Loading Tool

Explorer IconExplorer

Memory Pool

43,121 transactions
27.01 vMB
0.09580461 BTC
Random Selection Loading Transactions
Max Size: 141.21/200 MB

Candidate Block

Mining Attempt c29753a40adf35c2413f9456536bd02ad01c984a6e75a196ec14b40d00c3db5b
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 9a92d1717452aa456ba4f7bf34a4d47b1cc5b54d0db27a994854409c3dc09563
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,751
Size: 1.00 vMB
Total Fees: 0.04512873 BTC
Feerates: 151.01 > 4.52 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (427,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,255 487,255 0000000000000000002f022fb7bacede7fb6079accd94090a25b680879aceb13 2,226 1.00/1.00 vMB 156
487,254 487,254 00000000000000000079ed286f70d6f27012a51f021aa46167775eba6e3eb133 2,258 1.00/1.00 vMB 182
487,253 487,253 0000000000000000003ff94f6c32d1bba60e42f9d5220351bd8508688eb624f9 1,570 0.97/1.00 vMB 144
487,252 487,252 000000000000000000eabbbc981b50473d2cbbc0e0831d78a058516dfca32555 2,064 1.00/1.00 vMB 175
487,251 487,251 00000000000000000008564e6dc69be8c42b45a5c56244058d7ea537c3c7207b 1,827 0.97/1.00 vMB 109
487,250 487,250 00000000000000000025a05104523f4bcddcee83e9c7deed57e90d21243114f1 1,784 1.00/1.00 vMB 83
487,249 487,249 0000000000000000004e6861634be63a9d9418fce737a7808b8fcdaf579a2046 2,510 0.98/1.00 vMB 168
487,248 487,248 0000000000000000009217a6f9844ccc73e22858f3edd607a6a60029e2b90ffa 33 0.01/1.00 vMB 483
487,247 487,247 000000000000000000447ce8a3914a853b0d01dc31ab9bb0de50ee9327e9c5af 740 0.91/1.00 vMB 29
487,246 487,246 0000000000000000003a793080ac553b7a2f288ca425823562150f27f5a51294 2,067 0.95/1.00 vMB 88
487,245 487,245 00000000000000000079ae99b30d87766d7a92189c2f1ed5ac8b430b57db64a9 1,024 0.96/1.00 vMB 24
487,244 487,244 0000000000000000004875679a02ce3fcbade4cc04afa4abc540206f3f99a44f 2,501 1.00/1.00 vMB 35
487,243 487,243 00000000000000000043f2de2ad4043176bc12f8930efcf20b98155d0c5ff245 1,660 1.00/1.00 vMB 81
487,242 487,242 000000000000000000be5cff6d223e1fc905f8e725e1e4f962722cac35c10b0b 1,840 0.94/1.00 vMB 16
487,241 487,241 0000000000000000003048fc4113fd8a04877787421c14d369fa514ca6db385f 2,362 0.97/1.00 vMB 39
487,240 487,240 0000000000000000001296098da7a89c4c0c7c448c03d74902321e5e880b9f9a 2,392 0.95/1.00 vMB 75
487,239 487,239 000000000000000000bc1a908877b24bdfb057a99830d0c26c4928de60b567aa 2,017 0.99/1.00 vMB 170
487,238 487,238 0000000000000000008266786c753b8091c071ae30c6a73d5f2eef7a339182d5 2,195 1.00/1.00 vMB 42
487,237 487,237 000000000000000000bebd5bd973f777d577bdc4a981443543dff8d4074ee4de 2,062 1.00/1.00 vMB 164
487,236 487,236 0000000000000000008a29a2718d823de9418ed9c909e2cd2ee0b72544cc7446 1,991 0.98/1.00 vMB 50
487,235 487,235 0000000000000000006c3bee3d2b9514d52331952a30778f38c79ab6e4f01a7b 2,492 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.63 GB
    • Received: 13.97 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.