Loading Tool

Explorer IconExplorer

Memory Pool

14,633 transactions
6.39 vMB
0.03298531 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.63/200 MB

Candidate Block

Mining Attempt b0c2ad26861bdc7b34d658021a173e9d5756b947b4125955b1405faad2a6434a
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root 99b039dae4270de50f4356d0a573e31eadaabca73d1e10df415a3e37f7ef92ec
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,066
Size: 1.00 vMB
Total Fees: 0.01967705 BTC
Median Feerate: 2.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (709,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,421 204,421 000000000000049f5943312ca93e4a37905132c6c0280a3c1edf02f80bc6bb61 448 0.17 vMB 128
204,420 204,420 0000000000000281f5024f580bfd45f0ac4eabdbfb4330547295bfef1a25142d 54 0.03 vMB 105
204,419 204,419 00000000000005373cf85530a7047e2347c111fd4e11ee44573305ebfde0c96b 56 0.02 vMB 113
204,418 204,418 000000000000052eee79cb9b3c08e91ab433c88772084aef334cd11c5191e011 106 0.05 vMB 173
204,417 204,417 00000000000000fae4a5f754d6adc473242f1f7b06a9b7d2ef40550a48660542 17 0.01 vMB 88
204,416 204,416 00000000000001e33bcd5887d9750d2c630407818cdce42e503421b0b68df8a2 111 0.08 vMB 104
204,415 204,415 000000000000029c0c0fb00145231b7cf972d2ce261cf7f5f2515ea1379045ef 116 0.05 vMB 128
204,414 204,414 0000000000000075c21e71a2ce9ff702b3d3b7d97e14fe53b0bff9c634950e0b 388 0.20 vMB 101
204,413 204,413 0000000000000201b47e64c661f67b9d471ed6d7cf748b76fae8ade1a94b1d08 10 0.00 vMB 30
204,412 204,412 00000000000004f4c29e9a6a05e6f3eeeadc9200215351dc5a43c0f4d89aa5b7 43 0.03 vMB 13
204,411 204,411 00000000000000c73659e87fbd3591d81a390fa486544f57a2156855a87b20d9 903 0.37 vMB 153
204,410 204,410 0000000000000358317794b99c9f21dfd175206566408f80ec92cbf4d48bacb9 94 0.04 vMB 141
204,409 204,409 0000000000000180ced65f46beae43e0565407197ff5832a1032039f3b55c301 54 0.03 vMB 104
204,408 204,408 00000000000004088aecd52864aea267d830175b8ea992d3a89b8e1c0a472816 98 0.05 vMB 146
204,407 204,407 0000000000000478d177dd3cb9e6d386d57ec2203634f909fb4875271dcf70ce 532 0.32 vMB 47
204,406 204,406 00000000000000224e650eee46e19880553ccb17e965a90aa89012a00d0ccb01 408 0.10 vMB 0
204,405 204,405 00000000000004247423333b516d793d69f5ea6d22c369d092d159fa0881029f 433 0.15 vMB 118
204,404 204,404 000000000000031ef2b3730b5eda73ec9820430f96f9e7a1dc198726ffd26a0c 98 0.04 vMB 30
204,403 204,403 00000000000002533cec6b77fe04b36b173be239b11930a688b8846eb89a8e17 256 0.08 vMB 116
204,402 204,402 000000000000006bc01ad435b51365aed4026843939ee2a1e18ea22ea0a3dbc9 13 0.00 vMB 313
204,401 204,401 00000000000003342501b2ea7d678e8cb617acb1af4f6712ee0556abd977cd97 445 0.21 vMB 145
Previous 10 blocks ↓
Total Size: 779.66 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: 315.22 GB
    • Received: 1.51 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.