Loading Tool

Explorer IconExplorer

Memory Pool

37,148 transactions
30.92 vMB
0.07273904 BTC
Random Selection Loading Transactions
Max Size: 152.82/200 MB

Candidate Block

Mining Attempt 2e574b3e425bc56da0bdb24e873901151fbfc1da0c8716fec94010fe8ebb3b1d
Version 20000000
Previous Block 000000000000000000000d935151c7a7c30b31c96fe98ba830815ff230186bd9
Merkle Root 8ad59f5d73f94459a4b825a3a894512ecae12233267cc3881595e57817a88704
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,101
Size: 1.00 vMB
Total Fees: 0.00980088 BTC
Feerates: 76.13 > 0.98 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,354 (900,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
13,859 13,859 000000004c71e905d1b7e669af04ff7f960fc3b8034c0da1be384918d8da9a90 1 0.00/1.00 vMB 0
13,858 13,858 000000002d04dcc792ec2b98e94f7ae86d648a3089bef4dd190aa9ceabc65ed6 1 0.00/1.00 vMB 0
13,857 13,857 00000000f60d680090ea9bf30eee47c889e2cdb25ef0c777a11a155fd5fbf2ac 1 0.00/1.00 vMB 0
13,856 13,856 00000000b976c080eed7b9894d763d2c77944b983d66a3c1a5554fc989b873d7 1 0.00/1.00 vMB 0
13,855 13,855 0000000001d9ced3a65948605ccfeed451a16277a678d0f5e70e6b5d3312f2fe 1 0.00/1.00 vMB 0
13,854 13,854 000000005ea83f793eecfecb684d3c222aa4b709ed89c00c480b49fb92d2043d 1 0.00/1.00 vMB 0
13,853 13,853 00000000bd2db20d68cb2c1fffbe1c885f10680779b12a05d79609aeaddde883 1 0.00/1.00 vMB 0
13,852 13,852 00000000ac7251cca7345ed3f60b0f792c089aecf096079d2280fb80665910b2 1 0.00/1.00 vMB 0
13,851 13,851 000000000940a093c72d26bf915720fbb1b20c68eab7bfea1d55a36b23d637be 1 0.00/1.00 vMB 0
13,850 13,850 000000003f872af92992d12a701b0212f93eb0cb751de415bad231fea47a4394 1 0.00/1.00 vMB 0
13,849 13,849 000000000f691ef227bb909c847eb06a67f4943061c82f09f5db505266ba18d4 1 0.00/1.00 vMB 0
13,848 13,848 00000000c6e518f930c3a1ad0b9200894b7544a98d42ece21adaac9737f2bd22 1 0.00/1.00 vMB 0
13,847 13,847 00000000ec88ce9d6e977d66bec3e9d011c3320b74b208a5d5486374847b4b4f 1 0.00/1.00 vMB 0
13,846 13,846 000000002555d1503bc24f02019cf24d3e3746a4846b5d27b2586c71e9eefc01 1 0.00/1.00 vMB 0
13,845 13,845 00000000cb9f98c38858f019f406c81ce0ba72317b8d8d59077550999c374823 1 0.00/1.00 vMB 0
13,844 13,844 000000009f157be9a582b8ff02d34d28bc575536303646a520d8a7861cc57b48 1 0.00/1.00 vMB 0
13,843 13,843 000000009ff477c58ba13d92aa8e4f2d0e1df9dae5be14dae4468a8ca89d0e55 1 0.00/1.00 vMB 0
13,842 13,842 000000002e607d8d09fbe8d224c1be86cc8fbac0eedd128c0f05dbea09f77d42 1 0.00/1.00 vMB 0
13,841 13,841 00000000ed132a88ab092debd68996833b8314b7719169192e17b8eecb3ccbcb 1 0.00/1.00 vMB 0
13,840 13,840 000000002f77ff67ad268b62b0198bf4e99172cda96e27f3f27159451cc71439 1 0.00/1.00 vMB 0
13,839 13,839 000000006df8f109a851d2e6b4ed0e3bd01dfbf13d4e5bfee3be6a56a2dfe57a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 588.59 GB
    • Received: 9.55 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.