Loading Tool

Explorer IconExplorer

Memory Pool

44,606 transactions
26.62 vMB
0.05795495 BTC
Random Selection Loading Transactions
Max Size: 140.47/200 MB

Candidate Block

Mining Attempt b30d2bccab6a9311fc5c2b6e9eb60d570ebf9d816a7eb1434b266d1a7c8b7ec2
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 234bf6dd6737ceb77c71800d2e37dd6c889ea233046b8b8b8728d5545d8e0c7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,176
Size: 1.00 vMB
Total Fees: 0.00881906 BTC
Feerates: 54.71 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (112,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,081 802,081 0000000000000000000304f8aaa5afb175322bc4d4640637ac235e7e5c4e06b1 3,182 1.00/1.00 vMB 12
802,080 802,080 00000000000000000003a1561e014b8e2559c69eff4e22d763cdea2396161dc0 1,596 1.00/1.00 vMB 7
802,079 802,079 0000000000000000000136537df61703d2e4106d9d89919f602b71d2de46944a 4,301 1.00/1.00 vMB 9
802,078 802,078 00000000000000000001fbd1a5991d995806ac05c836a633fbda4c5511937db7 2,833 1.00/1.00 vMB 12
802,077 802,077 0000000000000000000462e7b2e0b9f76f20ad1e85791dff13591068e1b037e4 1,787 1.00/1.00 vMB 8
802,076 802,076 0000000000000000000430970cf806ff0590f0eff828703970c7d0ddd08917b4 3,184 1.00/1.00 vMB 18
802,075 802,075 000000000000000000046a3c73b0a7d814579bf499468db738fb23116b311df9 4,783 1.00/1.00 vMB 7
802,074 802,074 000000000000000000036e56997cdb82e77139201dfe95b9902cd653dc2e14e6 4,208 1.00/1.00 vMB 9
802,073 802,073 0000000000000000000466949bc72eb6d164ffd0d23ed2b456fa2d9b1bf733ff 2,431 1.00/1.00 vMB 12
802,072 802,072 000000000000000000000bd09c57d192adba7282b43241e1c11698f617fcd98e 3,640 1.00/1.00 vMB 9
802,071 802,071 000000000000000000004bd8374698d262198e7ae293633041c190648a93a1b5 1,191 1.00/1.00 vMB 10
802,070 802,070 000000000000000000000a02a18676d242695a07560bf3f695988ba2f98dfc19 5,124 1.00/1.00 vMB 8
802,069 802,069 0000000000000000000058001e068773e75274b395625f8651f1948d15f793aa 1,457 1.00/1.00 vMB 7
802,068 802,068 00000000000000000003dc94c2ea34663003365e3d61d79cccb7cf23ed8b09b3 2,877 1.00/1.00 vMB 14
802,067 802,067 00000000000000000001a7b3fa346e25f0a1fea6a26947ac455e554d30086bd2 2,953 1.00/1.00 vMB 9
802,066 802,066 000000000000000000015617b3b383bbc36a29af0ba9194f34c0905fe5eae8e4 6,373 1.00/1.00 vMB 7
802,065 802,065 00000000000000000005476c2685b54cf0715d3dd24c523063e3eda48ffe9cea 3,503 1.00/1.00 vMB 11
802,064 802,064 000000000000000000041ca541d5c45d0f2d5d8c90fce6277c17d409c5878fee 6,920 1.00/1.00 vMB 6
802,063 802,063 000000000000000000002fec35b4772593d0a89df922e57746b11427992e6c10 4,266 1.00/1.00 vMB 10
802,062 802,062 000000000000000000010301916f9d1c50a99f91db7da61046c6253bf99f7c7d 5,433 1.00/1.00 vMB 5
802,061 802,061 00000000000000000000bf9689ff102a8fba53d99d7eff9cc072bfb3e91d5edd 2,793 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.95 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.17 GB
    • Received: 12.91 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.