Loading Tool

Explorer IconExplorer

Memory Pool

27,845 transactions
27.47 vMB
0.06397218 BTC
Random Selection Loading Transactions
Max Size: 132.22/200 MB

Candidate Block

Mining Attempt 362403da7da56595d320893bada8d4958709c09594b9c6d7251e9ada12b86e88
Version 20000000
Previous Block 0000000000000000000055880e256a4e50ecfa1ad00ad00ce1d4101e045ead07
Merkle Root 8754a87ffc7cd9396aaf8dc259a21a6a98508e24954b24c34740bd422b55a0dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,277
Size: 1.00 vMB
Total Fees: 0.01176322 BTC
Feerates: 44.54 > 1.18 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,495 (455,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,651 458,651 000000000000000000b3fb47c4b3c4e8cfd4b055a500b2c10798792ccc977c63 1,664 1.00/1.00 vMB 93
458,650 458,650 000000000000000000f3e3b4aecf6cb59bfb0bd4bbb5aeb546afd95c52864d19 2,249 1.00/1.00 vMB 189
458,649 458,649 000000000000000002071db265fcc265bc124e1f9ce839c844ac91f56f7d839c 1,046 1.00/1.00 vMB 25
458,648 458,648 000000000000000001540fea55468e4e7a536b4b7c46db20ed09910ad892228e 1,996 1.00/1.00 vMB 151
458,647 458,647 000000000000000001d813c6a4ddfd1e6d3cd40bdf9b4d82a83f5ad74263174b 1,919 1.00/1.00 vMB 149
458,646 458,646 0000000000000000000081c70d1af2c869d2d437c0bf6e20bc0fd7c09834d350 1,418 1.00/1.00 vMB 48
458,645 458,645 00000000000000000178772f1fdfdc831fd45d7a188982bfc9f01efcb2431839 2,222 1.00/1.00 vMB 145
458,644 458,644 000000000000000000245fefc98c5dcc0b6e733919c975d1b002536835c91159 2,144 1.00/1.00 vMB 157
458,643 458,643 0000000000000000011d1f4f9997c1035445ab66734da05fc90557d29aa950aa 2,401 1.00/1.00 vMB 182
458,642 458,642 000000000000000001808e2fa07e03b6dbebeb25a6ef9e7e0b3bec6d20c2a3f3 1,630 1.00/1.00 vMB 233
458,641 458,641 00000000000000000093a6e1a7870af95ecaac99cadd5b5b1b94a24bf4022e80 1,144 0.75/1.00 vMB 103
458,640 458,640 000000000000000000322923546507961c836236cc1109db629d7008ab85a8ca 2,099 1.00/1.00 vMB 110
458,639 458,639 0000000000000000022fa91cc6b2b385e59231fb8aad96b5db8bb0282682467e 2,463 0.99/1.00 vMB 184
458,638 458,638 00000000000000000144a02d81ee2678191409d7c89a6a65498d135fefa6cec2 2,131 1.00/1.00 vMB 103
458,637 458,637 000000000000000001003d38cb9ce67474ff989f4f48670cb367e96062223b80 2,259 1.00/1.00 vMB 198
458,636 458,636 000000000000000000cfe8feee30bb0079c3f448be515f20c88eb065af4789b5 882 1.00/1.00 vMB 78
458,635 458,635 000000000000000000c724cf674e4e19044edcf9710b6bf031cbe73cde674801 2,225 1.00/1.00 vMB 108
458,634 458,634 0000000000000000021980dd20778f19ed7ca6c292b7a39001ad05273d733d56 2,159 1.00/1.00 vMB 170
458,633 458,633 000000000000000002425e86ec3e926835cb64f2923aef68dea2dd7f1cdfe040 2,471 1.00/1.00 vMB 217
458,632 458,632 0000000000000000024dab0028806930b0407d01d732027308dcc124cb7fecef 1,509 1.00/1.00 vMB 111
458,631 458,631 00000000000000000126b87135a35cc34e6c1d7008b2acd4aa7dacf02eaf259f 2,151 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 781.49 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: 611.92 GB
    • Received: 10.93 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.