Loading Tool

Explorer IconExplorer

Memory Pool

48,651 transactions
29.59 vMB
0.08902776 BTC
Random Selection Loading Transactions
Max Size: 157.67/200 MB

Candidate Block

Mining Attempt 475fc9c1dab4b20bcf13cef87a46c9c197160631118bd37201c31229dd5b3c5e
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root f25b144d6210aafbfced8327c93dbfeba268dfbb2c88d2b3a51a575e5737ab16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,939
Size: 1.00 vMB
Total Fees: 0.02778726 BTC
Feerates: 105.02 > 2.78 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (447,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,592 467,592 0000000000000000014d6027e096259505b6dbd29c271a6175b348e650543a2c 2,901 1.00/1.00 vMB 438
467,591 467,591 000000000000000000171c2e967c05b95c41231eca7c69699b8d21b9fba3c7a0 2,287 1.00/1.00 vMB 271
467,590 467,590 0000000000000000007822cae8479c430ba874aa477b24d612d3b25dad189289 2,246 1.00/1.00 vMB 275
467,589 467,589 000000000000000001af0237760213676b731e258fc8516edaf8777b420c8a4b 2,190 1.00/1.00 vMB 307
467,588 467,588 000000000000000000754002d35c5a751bd8145ffc77484156df0dc6badc2506 1,980 1.00/1.00 vMB 239
467,587 467,587 000000000000000001130c29936c387ff5338503bfa61a0cf8e3032fcaf0809b 2,585 1.00/1.00 vMB 372
467,586 467,586 00000000000000000026165bea9a7aa892fbe69c3e48d2ce24989b204b055d1f 2,682 1.00/1.00 vMB 292
467,585 467,585 000000000000000001b60561766b79654ae47f3ddacd8711e3469fa89436f2e1 3,035 1.00/1.00 vMB 381
467,584 467,584 0000000000000000014863d2be8e8277385954b046a51193b1c962488ecc5c30 1,867 1.00/1.00 vMB 253
467,583 467,583 000000000000000000ad52538af865dc4dd50393a249f5f35bf1c12db2f3293c 2,110 1.00/1.00 vMB 266
467,582 467,582 0000000000000000001566478aaac8eda3ec715eaf530d2fc5f46e0f066c37ba 1,717 1.00/1.00 vMB 249
467,581 467,581 000000000000000000bc0eed07eb25b7325e24daeef8989f6aab77e95bc08d27 1,955 1.00/1.00 vMB 257
467,580 467,580 00000000000000000104b8375f3dcfe1e6442719a6c8fd5ad5eaf0cb05729208 2,736 1.00/1.00 vMB 325
467,579 467,579 00000000000000000130fa35f17e64efb684ce624845f639575afaada00c5665 2,373 1.00/1.00 vMB 250
467,578 467,578 000000000000000000db9d01b6fb440d06368531db570a127241a147d66c2fa7 2,134 1.00/1.00 vMB 273
467,577 467,577 00000000000000000001e1514cba5d298d6496d5de6711360d75f3651467f0d6 2,421 1.00/1.00 vMB 292
467,576 467,576 00000000000000000070ad01c9f9a040264e85269890d765abcc85de5bcbf0df 2,708 1.00/1.00 vMB 367
467,575 467,575 0000000000000000017de4e03bfca6052c1dd2d464a5e5d9bea1c1cd2fe31c4d 1,541 1.00/1.00 vMB 240
467,574 467,574 00000000000000000079cf0918f54f86ed3833e5b9dc8718ebe1aa5ee2d36944 1,764 1.00/1.00 vMB 292
467,573 467,573 0000000000000000002b5609ba2789bfdb180261bfc0fd0f21831a23f00a7739 2,643 1.00/1.00 vMB 362
467,572 467,572 000000000000000000bcca2976e88c1ab210d62dd22dfb3bcdd175c23bd00c90 1,636 1.00/1.00 vMB 279
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.