Loading Tool

Explorer IconExplorer

Memory Pool

80,144 transactions
29.42 vMB
0.11683239 BTC
Random Selection Loading Transactions
Max Size: 178.47/200 MB

Candidate Block

Mining Attempt 4e800bb3d784fc4a30ef2d96d175fa26148b1bf49efa6fc119a061e63bce6b09
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 642088f43baa32f597fc54b240e3f3ad4d5bb4cba31ac4425d30da609dfac359
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,948
Size: 1.00 vMB
Total Fees: 0.05370986 BTC
Feerates: 151.07 > 5.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (427,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,139 487,139 0000000000000000002517b9d6e2f21608e8dc2c091a13ab8c13eb938c932d2a 586 0.25/1.00 vMB 145
487,138 487,138 000000000000000000c04e5c2e5b57fc45a38a2e9bc28b4ec0800095e6193794 357 0.19/1.00 vMB 108
487,137 487,137 0000000000000000002d99d9139a5fdd63db6cba2309d6ab95be3d2fef93cbdf 1,168 0.50/1.00 vMB 20
487,136 487,136 000000000000000000e27aa50c49626f179995492bdb750cc2ccfb9a10890e6d 2,541 1.00/1.00 vMB 125
487,135 487,135 0000000000000000007ad7a51d424ce2244cae86fe170c8330d7e4c8376546a5 2,504 1.00/1.00 vMB 131
487,134 487,134 000000000000000000b4ba9a149f45378a1b3b073ab8aff8c1ceeb6bb3c92b36 510 0.26/1.00 vMB 126
487,133 487,133 0000000000000000003970bac833de2aa334a55d6119fd112bc9c6aaa353ef77 233 0.07/1.00 vMB 146
487,132 487,132 000000000000000000f6f0d7f30bb0c820b20c0a238d6b13747fb34b1ffda97d 339 0.12/1.00 vMB 18
487,131 487,131 000000000000000000ad64789cfb471c6f23d1c4d35e3b2a19ec22cf0a2362df 2,772 1.00/1.00 vMB 125
487,130 487,130 000000000000000000c312d6ab57414e370b3de59f8f08a612062025b998e444 29 0.01/1.00 vMB 831
487,129 487,129 00000000000000000032e7a82d1963e3bf50403e22e0ac3ca9d427a27d7c7fd6 1,105 0.45/1.00 vMB 89
487,128 487,128 0000000000000000004e9ab34b5caec63a3e6a9498ad523af28800d59602b963 1,099 1.00/1.00 vMB 60
487,127 487,127 00000000000000000005c574c9323dd7f6d6735f5ef6353671bc08f0a3ca6c11 1,591 0.98/1.00 vMB 100
487,126 487,126 000000000000000000d5b81d7f956caf37348ad1df839e4dd1e67a9d72d191ef 124 1.00/1.00 vMB 10
487,125 487,125 0000000000000000003d43aa537a5e3cffdb7b07c5fb5bfeda7ac1303513d0fc 621 0.99/1.00 vMB 37
487,124 487,124 000000000000000000f7d29d8f65a0166151b330c9fbe1344fe8522d79df908b 1,657 0.99/1.00 vMB 100
487,123 487,123 00000000000000000095ee7b602de36144eaa1026ac61e8d338150894a0ef85a 942 0.49/1.00 vMB 101
487,122 487,122 000000000000000000fda88fea5e1dda869e5fe08e61bdf99c5e1cae9cba72a5 1,960 0.93/1.00 vMB 115
487,121 487,121 000000000000000000f909857a5b291249179c4def702f2f99bf72dac525ee0e 1,234 0.73/1.00 vMB 121
487,120 487,120 000000000000000000c1bc27242a65631de3d84e825f63db8167a0ee0deefef5 603 0.24/1.00 vMB 140
487,119 487,119 000000000000000000ce1c5f7cf1760d8134c21f58ff2a34884ed174b52cfcb5 30 0.01/1.00 vMB 340
Previous 10 blocks ↓
Total Size: 782.59 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: 671.63 GB
    • Received: 15.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.