Loading Tool

Explorer IconExplorer

Memory Pool

41,976 transactions
26.77 vMB
0.05679520 BTC
Random Selection Loading Transactions
Max Size: 140.52/200 MB

Candidate Block

Mining Attempt 2d3799597ca50415ffa314a01452ee916c0a79df08cdc4d0233462d31c11280d
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root a3b2475c60a0582cb3141070ad2894a63331d6fe2cb8394e27a69b7f35dc4c60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,501
Size: 1.00 vMB
Total Fees: 0.00730460 BTC
Feerates: 103.41 > 0.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (68,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,772 846,772 0000000000000000000270dfcad97cdc7510ee5a097730160e79203a8c1e433a 5,019 1.00/1.00 vMB 42
846,771 846,771 000000000000000000011b2f9ec68054e9e40ae683be44f1ddc4544b74c9b26d 3,913 1.00/1.00 vMB 42
846,770 846,770 0000000000000000000254e230d7c41f9e39846f3894e289d677e9e56f3995a2 3,478 1.00/1.00 vMB 56
846,769 846,769 00000000000000000001a4cdf932ca6315d536590d915872d703e930f30a8f91 3,237 1.00/1.00 vMB 43
846,768 846,768 000000000000000000026f906d0582359ab2f699224d0de742e3a5bc75086a6d 3,242 1.00/1.00 vMB 40
846,767 846,767 00000000000000000002abf27c2579ed38fed17e3fc3c792799dc87e916efd0c 3,117 1.00/1.00 vMB 50
846,766 846,766 00000000000000000001db1e8a9da01b65887c3f0cb81cace58189a59cb8e6e1 4,071 1.00/1.00 vMB 55
846,765 846,765 000000000000000000009653f22ac53026eaa40e479a37bae1025ccd4ba54c60 4,480 1.00/1.00 vMB 69
846,764 846,764 00000000000000000003489d317ac2b43f30b66577c6bf780d0fbd7892ef439b 6,093 1.00/1.00 vMB 82
846,763 846,763 0000000000000000000233b95cb40e6e1bb08ebce83e419418e089526ef35a04 5,036 1.00/1.00 vMB 55
846,762 846,762 0000000000000000000122a5dd049887bac2e651df9e79949d55e76111e0511b 3,484 1.00/1.00 vMB 49
846,761 846,761 00000000000000000002f27bc9a5414f083fe0b1081fc5cf98358d8ecd58b170 3,267 1.00/1.00 vMB 53
846,760 846,760 000000000000000000031e4fdaa620ce9fe3f3beca73944c2e9d98dc1de5c2f7 3,206 1.00/1.00 vMB 58
846,759 846,759 0000000000000000000065a96ba36f497df87c1de7230fd77f1f5d184827f37f 3,576 1.00/1.00 vMB 52
846,758 846,758 00000000000000000002b829f7fbb20dc7315bb37858834fc64c2f6af8e22761 3,910 1.00/1.00 vMB 52
846,757 846,757 000000000000000000001ee2f836adf5c94ca0715d818eede5bb49c22cc687e5 3,060 1.00/1.00 vMB 64
846,756 846,756 000000000000000000023eb63d12ef19894285b6130ce2807986165c2b6c39f8 4,224 1.00/1.00 vMB 64
846,755 846,755 00000000000000000000629dfccb052ab4bb011a6ba753c08c9d466de0042389 4,424 1.00/1.00 vMB 70
846,754 846,754 0000000000000000000045ad63fa566f9f00cab3058963c1f6ef6729e8386d86 5,937 1.00/1.00 vMB 64
846,753 846,753 00000000000000000002ac3a3a8cb36040433aa12be257df370844780655c7e7 6,875 1.00/1.00 vMB 33
846,752 846,752 000000000000000000020a5d4c4f5e161716f55e70f6a3e95656a1f488479344 4,323 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.