Loading Tool

Explorer IconExplorer

Memory Pool

23,151 transactions
10.13 vMB
0.02828669 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.02/200 MB

Candidate Block

Mining Attempt 310bd808c8eb06cf85a5adfeade27a5957fb5783812e95e0869aae4f4fe18247
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root ab33ddaa348a2544348258c5b384547399220b7052db2decbc5e51f0f4b90b3c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,643
Size: 1.00 vMB
Total Fees: 0.01192914 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (773,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,061 140,061 00000000000004533cae4a147ca34d4e1380f2e9b910ad769a7db9dc082695dd 90 0.04 vMB 213
140,060 140,060 00000000000006eb4ad483a2bb304902f9670aba0d9d85ce3f741d96d3ff762b 35 0.09 vMB 92
140,059 140,059 000000000000019835ea5baca3b4b2a698d1ae9b660f6a3d3d86296b7f64f4ea 8 0.00 vMB 285
140,058 140,058 0000000000000485de4926bf642370bc9cad1050f808a660a3081b7ddd89acd2 76 0.02 vMB 51
140,057 140,057 0000000000000546531a0f1ea771d68d97f0320ad67e4383ffb3eb49c79a2513 86 0.03 vMB 146
140,056 140,056 00000000000008b9c62298720316b7d076258761ee7c4235665f753862597faf 2 0.00 vMB 62
140,055 140,055 0000000000000761dc47c5587cc1a6459b0a10116dae97edf4c9a23cc1bd1cbb 47 0.01 vMB 109
140,054 140,054 000000000000081d331de4bf24d0239f48df7448270429376d9d56ea0c0269e9 42 0.02 vMB 458
140,053 140,053 00000000000002971f5a99132edc54fa35edf383d14c33c970c4eac1697dd43e 19 0.05 vMB 128
140,052 140,052 000000000000003302367061a6c7c85a8a2fe87e238be6b67438322093debac4 4 0.00 vMB 23
140,051 140,051 00000000000006a082a7b4d85d3754751ab3843692af696f74975324a247ebf2 74 0.02 vMB 69
140,050 140,050 000000000000024ad59dc0ce270959e25f68c6e524a248c1729690cabf786162 10 0.00 vMB 15
140,049 140,049 000000000000053d0c1575c914b15e134e5411b5be78ae3c6d07f1e44a9bf8ac 29 0.01 vMB 100
140,048 140,048 00000000000004d9a2c45adab3de41421e54c808a49b2df22b762086c2b204ea 6 0.02 vMB 200
140,047 140,047 00000000000005e1706daa7c2a1572a73474eb25552202f5a3519ed7f300b55d 37 0.02 vMB 486
140,046 140,046 0000000000000843957cb6dc30b4eb1de43a560dda2031977385252091b7fce1 39 0.02 vMB 222
140,045 140,045 0000000000000357ef8c9bcf81f27fd43705818cd3245b8b5d19f944501cca69 110 0.04 vMB 292
140,044 140,044 00000000000004f6092ddd0e656734d16ddb1590f65305da197ac8e56031d1a1 59 0.03 vMB 133
140,043 140,043 00000000000006e1af7b77d1ea0034b3423eefc856760759e9652519b7e0f118 38 0.02 vMB 235
140,042 140,042 0000000000000419b72d2a5375a8de7ae0c74e9f5c83f907dfdf542b4adb523f 73 0.02 vMB 68
140,041 140,041 0000000000000557e0dfe050198864c746500bc94f95426888b936f88d371f78 110 0.05 vMB 289
Previous 10 blocks ↓
Total Size: 779.75 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: 379.27 GB
    • Received: 1.90 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.