Loading Tool

Explorer IconExplorer

Memory Pool

81,166 transactions
30.37 vMB
0.11845640 BTC
Random Selection Loading Transactions
Max Size: 182.92/200 MB

Candidate Block

Mining Attempt 26099702e4cfd72cb450bf5c3f793e0a033d451a7e9fdeb740afad0375734b74
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root 3bb8cf5c6e7b9969703d61eda54f7eeb421ceae3529ca499d9ce011e77adfef9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,098
Size: 1.00 vMB
Total Fees: 0.04432266 BTC
Feerates: 150.68 > 4.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (245,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
669,536 669,536 0000000000000000000059206e425e01e4a170c4b07756cd6b9b74701734e3e9 1,235 1.00/1.00 vMB 35
669,535 669,535 0000000000000000000bcd0fa874e7a414954a1507bf1c05a084765f917b8d7e 2,336 1.00/1.00 vMB 26
669,534 669,534 0000000000000000000c5c417c53279bfdb1fca9f4d4d0c09df043066028596f 2,888 1.00/1.00 vMB 83
669,533 669,533 00000000000000000009c5f6cc198bd5d88ee70ad443738f1c88a3b1f8e1a243 1,689 1.00/1.00 vMB 95
669,532 669,532 0000000000000000000006319933e9db0e24307540f712a74140c92b9a7748a7 583 1.00/1.00 vMB 14
669,531 669,531 00000000000000000003221ce384c8b69fcfe6e8259f094db6f7663b83299208 2,140 1.00/1.00 vMB 48
669,530 669,530 00000000000000000009760737fcb185b707a5391d271633887f2157a4b9c62f 1,723 1.00/1.00 vMB 36
669,529 669,529 0000000000000000000cd985e856bb8ef9be6051e0aa79cda36e91dae5d7021f 1,991 1.00/1.00 vMB 34
669,528 669,528 000000000000000000041c1b3e3aaf6dceef941eeafe51f7537e1c01d76aa307 2,281 1.00/1.00 vMB 47
669,527 669,527 000000000000000000002e38b923875bb2412db44aff2dfd37fde814972c8c98 1,921 1.00/1.00 vMB 103
669,526 669,526 000000000000000000084b690deaf1ea7dd29c8cf5e873fd5577b512125cde60 1,198 1.00/1.00 vMB 28
669,525 669,525 0000000000000000000c2416b3fdf20a92b5944312093958548d5601a2bcec2d 1,466 1.00/1.00 vMB 32
669,524 669,524 00000000000000000003a093ad09264006c6c8de285bdccf11850047efa426d2 2,677 1.00/1.00 vMB 58
669,523 669,523 00000000000000000007b5ec25b9a58d19e7f1142f1c4c76b4148d6e68c14420 1,025 1.00/1.00 vMB 6
669,522 669,522 0000000000000000000aa93e6b12eac5239a52d3509ae7184cabd35e65eed230 1,487 1.00/1.00 vMB 33
669,521 669,521 000000000000000000037c327e97da7796c98c470e30bdcfd43fb52568f53dad 1,620 1.00/1.00 vMB 23
669,520 669,520 0000000000000000000963a83c0344319b97fc1785cc5a4d52536cf8ed01bd18 1,303 1.00/1.00 vMB 26
669,519 669,519 000000000000000000011ea1b5bef4c1427367faca77e78766e65b626def6524 1,956 1.00/1.00 vMB 48
669,518 669,518 0000000000000000000a6e4919203dc700bee6e1a380957c4205bef6fb1c7824 694 1.00/1.00 vMB 16
669,517 669,517 00000000000000000002e1d91f6b1c1390c8c055abcd0a8840488c0c402eb21c 876 1.00/1.00 vMB 96
669,516 669,516 000000000000000000071d0fa5345ce7a9e223b8735bb497af5fcac1b356e9e9 1,710 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.