Loading Tool

Explorer IconExplorer

Memory Pool

72,764 transactions
28.12 vMB
0.07075532 BTC
Random Selection Loading Transactions
Max Size: 166.45/200 MB

Candidate Block

Mining Attempt e1da7985df1aefe1a7201154c89c5f187655bf41b2a80310a282e57ebd73c7eb
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 6219213493dc3ac1d9109b8d629909c4a6b27f22d827984995708838319aace0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,371
Size: 1.00 vMB
Total Fees: 0.01457452 BTC
Feerates: 157.46 > 1.46 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (341,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,848 573,848 0000000000000000000a05cd08a57581214836168e65401de0f631b69e3aaa92 393 1.00/1.00 vMB 4
573,847 573,847 0000000000000000001620f4565c4819c28df62851c7147f83873df71f75534b 1,357 1.00/1.00 vMB 6
573,846 573,846 0000000000000000000eb72fe595821eae37141c652b19c19278d2d235c66bc7 3,496 1.00/1.00 vMB 34
573,845 573,845 0000000000000000000e4e4cac0e420c5547fd24411d3f423a84f103ab961406 1,174 1.00/1.00 vMB 11
573,844 573,844 00000000000000000008c67b9ae448b4c2509b7d1c502d0c4e5cc7747fc6ed3e 1,255 1.00/1.00 vMB 14
573,843 573,843 0000000000000000000a414f25b226579e371797c97c10e67235aa85a53c68a1 2,583 1.00/1.00 vMB 20
573,842 573,842 00000000000000000010dac0f9b76ee0da2d4a0bf49b63962eaf1828b36d1aa1 714 1.00/1.00 vMB 8
573,841 573,841 0000000000000000002ad07e028b8a4565f92be52b26ee98b4015d1e184d8204 762 1.00/1.00 vMB 2
573,840 573,840 00000000000000000010e3d2275d97a9a91f48257e4d589f6ca53622d2a439e3 3,133 1.00/1.00 vMB 14
573,839 573,839 000000000000000000215a1b766a91f6cdda5f54e31233af5d2c6a6ae403cf7f 3,006 1.00/1.00 vMB 41
573,838 573,838 0000000000000000000e550fb580a5321c89c5cddbba703944cf83e18f1d7b95 2,570 1.00/1.00 vMB 30
573,837 573,837 0000000000000000001034363a706543a272939798b1d8b0ca6282ab1146ed3e 1,057 1.00/1.00 vMB 12
573,836 573,836 00000000000000000013d1364f6f8c4ff151d565e1b641c5de8a43d5af7274ae 2,378 1.00/1.00 vMB 21
573,835 573,835 00000000000000000028dd279a74fa962626525a5a08b59ac940e5a37b32f6a3 2,349 1.00/1.00 vMB 20
573,834 573,834 000000000000000000022500f3f43e5d9020ae8df24a0e27ee15ac50894ea9b5 2,329 1.00/1.00 vMB 21
573,833 573,833 0000000000000000000858079633c580f0eaf5b9f0fbc7fcf74e490d85dd31a4 2,686 1.00/1.00 vMB 34
573,832 573,832 0000000000000000001008a8c4c93e9213868d7dc626af9c2f3a2ad92b35e215 3,382 1.00/1.00 vMB 63
573,831 573,831 00000000000000000024972e1cc136a1b207542c06c0cbb8afec96297cf5a3b0 2,899 1.00/1.00 vMB 41
573,830 573,830 000000000000000000250aa96d53b7766ace34c9bc9cdf3a8cbefdc4e9c0730a 3,365 1.00/1.00 vMB 45
573,829 573,829 00000000000000000022c93210f6463a11d7d7502db73d3c15ba26c57fa7c70e 2,439 1.00/1.00 vMB 57
573,828 573,828 0000000000000000002a5053a2fac51956d7f95b1a331e1f207cb67ca0a65bd6 3,076 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.