Loading Tool

Explorer IconExplorer

Memory Pool

27,085 transactions
12.32 vMB
0.03901616 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.96/200 MB

Candidate Block

Mining Attempt ad91a70bc98344bb8d66e96766af38203a7c25730a56b6a80850745d7307c7e9
Version 20000000
Previous Block 00000000000000000001b4e0c3e4d0289f01b1b913463163383a26e4b927bb95
Merkle Root 367c618916c325a625a6468ff5ff1620dcbd70ff2adfd95ab7facb4ea4b032f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,746
Size: 0.997995 1.00 vMB
Total Fees: 0.01805934 BTC
Feerates: 203.60 > 1.81 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,775 (338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,437 913,437 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d 15 0.00/1.00 vMB 2
913,436 913,436 000000000000000000001d8328846724fc1d03281da1ee820cc9c14d6e52b793 3,960 1.00/1.00 vMB 0
913,435 913,435 0000000000000000000067c8508fe6b80afea4c7f99baeb8d7695238dabe07f2 3,733 1.00/1.00 vMB 1
913,434 913,434 00000000000000000000e255f39b36bc3b8e5ed2c12a39f540812e3234d87414 3,037 0.69/1.00 vMB 1
913,433 913,433 000000000000000000011760e0a3cdf589c16284ec888372c4e68dc06ff7fe33 4,411 1.00/1.00 vMB 1
913,432 913,432 000000000000000000011207d815dcab53014ede61d467451b27e34c6dbb1c7f 598 0.15/1.00 vMB 1
913,431 913,431 000000000000000000017a179831ce0b4f373b9bcea4f42ab5e521bee465d57c 2,544 1.00/1.00 vMB 1
913,430 913,430 0000000000000000000024123ea6cd53efcf4a62a078a298ec938b50bfa174b8 3,723 1.00/1.00 vMB 11
913,429 913,429 00000000000000000001a3bad11a156a9b1405118d655a367303f4e9599e5dec 3,749 1.00/1.00 vMB 1
913,428 913,428 0000000000000000000120d5c96165b4055c8696055fbc29c1b6986443702768 3,893 1.00/1.00 vMB 2
913,427 913,427 00000000000000000001429b967185ca6200705c9413f212aea3c019edda566b 3,132 1.00/1.00 vMB 3
913,426 913,426 00000000000000000000a3fd4cf7aba24283a6dd34eebfa23d724a9d68b5e291 4,052 1.00/1.00 vMB 9
913,425 913,425 00000000000000000001af40f37948f8002f4ad5d51161d9ec1b5afe1feb51cb 4,243 1.00/1.00 vMB 1
913,424 913,424 000000000000000000020b3bb8f61917f7848c1ad34d4f62bdc7addfd2b7533f 3,356 1.00/1.00 vMB 8
913,423 913,423 0000000000000000000145675ea6000f3d15ebd1e48b044500eb75bc4f666b05 3,721 1.00/1.00 vMB 1
913,422 913,422 00000000000000000001a8107fc94f72301ddf1d5f3fe20a04aec1708cd7cc55 3,138 1.00/1.00 vMB 4
913,421 913,421 0000000000000000000025f04ff2c401a5399cfff1f91b6377cb2b55eeb38fad 2,887 1.00/1.00 vMB 9
913,420 913,420 000000000000000000016227ee45eddfed24105316ab42bdb9f1253718de909b 3,418 1.00/1.00 vMB 3
913,419 913,419 00000000000000000001794318ab8b212b0d0ba2784d9b9715a2dc93a4340708 4,118 1.00/1.00 vMB 5
913,418 913,418 00000000000000000000e687af6501ddd9cf3b65e64074a5f6330970f0f2158f 3,920 1.00/1.00 vMB 1
913,417 913,417 0000000000000000000143e530954eecbe905e500255afa6b9a40450747c7b7a 4,485 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 780.23 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: 507.81 GB
    • Received: 4.15 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.