Loading Tool

Explorer IconExplorer

Memory Pool

83,244 transactions
30.16 vMB
0.13081075 BTC
Random Selection Loading Transactions
Max Size: 183.43/200 MB

Candidate Block

Mining Attempt ea52c9eed4a3b147f2044302d3ce1a710792d1891908b4aa77445c7cfa247cde
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root d6430d0ce895f45bc215fcbc7501e833a2fb27f88a99bda4d1974cf403aff974
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,485
Size: 1.00 vMB
Total Fees: 0.06631942 BTC
Feerates: 641.71 > 6.65 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (251,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,013 664,013 0000000000000000000e56ef8e94232ffd20533f1c2a33120838d4bf81f2441f 570 1.00/1.00 vMB 8
664,012 664,012 0000000000000000000181e8cf5565df3b02c53186f52bce0e34656d9eed9549 2,425 1.00/1.00 vMB 13
664,011 664,011 00000000000000000008df4972ffb74e261470d577933b9ad3c713e3deb02ceb 2,180 1.00/1.00 vMB 29
664,010 664,010 00000000000000000009798d4b3e316408bc403d9c921a30309f0b77b755fd23 1,576 1.00/1.00 vMB 8
664,009 664,009 00000000000000000005f401ee354948f5f21ee6d4b01f1e402a248d40ff6812 2,161 1.00/1.00 vMB 13
664,008 664,008 00000000000000000002717992b5df271eadf61f5a9602bd1ef9da1acd86cb94 2,036 1.00/1.00 vMB 41
664,007 664,007 0000000000000000000cdca5e90740836167f3eea9a36042e4601bc49792c350 1,810 1.00/1.00 vMB 56
664,006 664,006 0000000000000000000e1e535e79ab80874f7d3691e173bcb42f55376397f8b9 2,515 1.00/1.00 vMB 78
664,005 664,005 00000000000000000008caf02f95d4bab2456248efed53b07fbbac72d233a742 1,663 1.00/1.00 vMB 32
664,004 664,004 000000000000000000043ce540c4be37bc87e8e2f53377cfcb08963246fc7b8e 2,102 1.00/1.00 vMB 75
664,003 664,003 000000000000000000043e0ff954d8fbe081546ba4af0f50c8b78c961d3f11a8 709 1.00/1.00 vMB 26
664,002 664,002 00000000000000000001359f638d184df360ad326e06f83403da83097186f627 2,197 1.00/1.00 vMB 31
664,001 664,001 00000000000000000004c3e64f36b7ecd9272ad1bbef01ffafd1958f7a426d8b 1,858 1.00/1.00 vMB 25
664,000 664,000 000000000000000000027ef2235237c2480275a4cad75b681e48ddaea5e7a6f8 2,208 1.00/1.00 vMB 7
663,999 663,999 00000000000000000000f5150ff3f6f11e1affa5fe7f81c2899a0d481ccb2316 2,281 1.00/1.00 vMB 23
663,998 663,998 0000000000000000000a5dd4aa8d67865b09c60a7923eed0179fb91c9c687999 1,873 1.00/1.00 vMB 32
663,997 663,997 00000000000000000004b653c15b8c5e0d51c5422413f6fcefb302930c01fe6e 2,255 1.00/1.00 vMB 103
663,996 663,996 00000000000000000003bba7172f06f73a798e665d0bfe3e4eee1fcc707ae47a 1,544 1.00/1.00 vMB 8
663,995 663,995 00000000000000000006f051016172cbdc556c5209d2d49b062c3f0256ac0e07 2,059 1.00/1.00 vMB 54
663,994 663,994 00000000000000000006a8fd18a83c72fc0269008a2f05a55ee0445119e13d03 1,788 1.00/1.00 vMB 22
663,993 663,993 00000000000000000006aab96c3cd5755b52317701ab029ef4f82b60a7666200 2,300 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.53 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: 668.99 GB
    • Received: 15.69 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.