Loading Tool

Explorer IconExplorer

Memory Pool

43,555 transactions
26.49 vMB
0.06318470 BTC
Random Selection Loading Transactions
Max Size: 139.07/200 MB

Candidate Block

Mining Attempt 1efb0aec79de021b542e08d59cf0fe6949b681f44f8a9f17d1878d4919c2aa86
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 3a4d1078a98db29290c670bc5353bf826fa8adaaf0de86d79198dae27c242896
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,244
Size: 1.00 vMB
Total Fees: 0.01461917 BTC
Feerates: 150.61 > 1.46 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (72,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,018 842,018 0000000000000000000279f3c71df764a272a171b2732e02fa640afad9e5fc6b 4,038 1.00/1.00 vMB 32
842,017 842,017 00000000000000000001efe4048f77fed5a79158f6bb55a1574b559973bfbc97 4,756 1.00/1.00 vMB 24
842,016 842,016 00000000000000000001930097444a88d123cfd79156500ef6f768b00d9a3362 4,272 1.00/1.00 vMB 33
842,015 842,015 00000000000000000002633dc984f3c4dda3b703dc264a94461cf62d55124e68 2,878 1.00/1.00 vMB 18
842,014 842,014 00000000000000000002f87353fd8ce3ff85fe0e36ab4629c7fab8a09e6ed95d 2,997 1.00/1.00 vMB 26
842,013 842,013 00000000000000000001d02d3d7d37ddd4f45d9b93a2dfbaf8fc844ea53cc0eb 2,875 1.00/1.00 vMB 16
842,012 842,012 00000000000000000002f064cff89f35b31572ceb2269de6fb0852fcd162eb2b 3,306 1.00/1.00 vMB 29
842,011 842,011 00000000000000000000360f01c282eb2de6a68d878543ea08e2fbe00e3a8f72 2,759 1.00/1.00 vMB 331
842,010 842,010 00000000000000000002ce12cdd283fd54b192bf0841b490177f1528a7206de4 3,879 1.00/1.00 vMB 33
842,009 842,009 00000000000000000001e7839e6164bca307a124b5c01c699c8bbc87cb542e78 3,637 1.00/1.00 vMB 28
842,008 842,008 00000000000000000002bc5d724ab38eed4d51815d237e67d64d3d3244a98508 4,476 1.00/1.00 vMB 19
842,007 842,007 00000000000000000002c8d7a420a8ce301638d2ce54c955962972f65fca8b8a 3,224 1.00/1.00 vMB 14
842,006 842,006 0000000000000000000151c8a3fe4d7250c28cf3df6bb20b39b54b43f9fda0b7 3,811 1.00/1.00 vMB 19
842,005 842,005 0000000000000000000102ca60ab9bea9c857cb2c5bea3ba93583b411a2961f9 4,206 1.00/1.00 vMB 15
842,004 842,004 00000000000000000001551edb253420a4d72825a5165e455e51d1eb83405704 5,413 1.00/1.00 vMB 17
842,003 842,003 00000000000000000000424602040883fa1215002a241083730838f0bc43b33c 4,191 1.00/1.00 vMB 21
842,002 842,002 0000000000000000000003dd3ceac10ff16c6dddceef7ce701efc738edb557c9 3,847 1.00/1.00 vMB 26
842,001 842,001 00000000000000000002b50ada2699dd7fd872a9c43bb7eeeea890eb2688f22f 6,919 1.00/1.00 vMB 13
842,000 842,000 000000000000000000001ebd58c244970b3aa9d783bb001011fbe8ea8e98e00e 4,687 1.00/1.00 vMB 37
841,999 841,999 00000000000000000000fc9e740730761440aa3e682d986479d08a68c33f3784 3,439 1.00/1.00 vMB 27
841,998 841,998 000000000000000000019d7846aa3c78c7cdb9e46f3efc0ee0eaf660da0de09e 6,491 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.96 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: 647.47 GB
    • Received: 12.94 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.