Loading Tool

Explorer IconExplorer

Memory Pool

79,341 transactions
29.33 vMB
0.07304430 BTC
Random Selection Loading Transactions
Max Size: 176.04/200 MB

Candidate Block

Mining Attempt a3b3dacea76a196ff6343fa02897c0c182c479d9a314d8344df19d39a84ee8fc
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 996c358593a892cb17bca129baa3ff0ca9b8c730a9f2cd3452ee9e3dbc4b07dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,391
Size: 1.00 vMB
Total Fees: 0.01342012 BTC
Feerates: 170.94 > 1.34 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (319,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,245 595,245 00000000000000000004eec315168c51de3615921b81dafdb3ebd3f14da37a6b 2,708 0.87/1.00 vMB 18
595,244 595,244 0000000000000000000f4f22b2ecc20045e8e32c41fbbd97053f77e2dadcb49b 2,871 1.00/1.00 vMB 21
595,243 595,243 00000000000000000000d27a6467317356b13dd765e17746e2706b2914d98a33 1,830 1.00/1.00 vMB 23
595,242 595,242 00000000000000000016520cdc24e17dece961f8cd14f9fc9170af796fb9a69b 716 0.25/1.00 vMB 36
595,241 595,241 000000000000000000030481315e863ae42c102cf85cd0df22d01294c2f41cb6 2,121 0.86/1.00 vMB 8
595,240 595,240 00000000000000000003ddaa26f5cc3bf4a8ec763292a40e0d0fc2ba9115264f 3,169 1.00/1.00 vMB 17
595,239 595,239 000000000000000000132a5b48187d1655a2d9a259356e2f923389dfc32cd985 2,950 1.00/1.00 vMB 47
595,238 595,238 00000000000000000004dd5a9d60581e737f81d91b75cda203de27b1eada22c4 2,862 0.84/1.00 vMB 21
595,237 595,237 0000000000000000000001bc0f20af28f38472c0eb221137fce12b089c9cd82c 1,106 0.81/1.00 vMB 13
595,236 595,236 00000000000000000012b6fa5fbab0cc11595f5f2d4eaeb6782a5033a1ad316e 2,192 0.98/1.00 vMB 16
595,235 595,235 00000000000000000009c76ca12ca156c204332a8d7b459dbe5f60fad445157b 2,015 1.00/1.00 vMB 16
595,234 595,234 000000000000000000080ebc5e8eae7f1229859cc73e737d1832e03fbffe5acf 1,409 0.94/1.00 vMB 11
595,233 595,233 0000000000000000000688432bc78c401cda0ebf00409ea09f9069f99b77d2b9 2,295 0.99/1.00 vMB 20
595,232 595,232 00000000000000000014695076ddd893550e515aa0581cd4543ae6f3a3bab829 353 0.53/1.00 vMB 5
595,231 595,231 0000000000000000000553755b9a1a23ecf3ba315e240dde0aaf3b0952cc1063 572 1.00/1.00 vMB 6
595,230 595,230 0000000000000000000e76ca9ff6d8fc9b08ad0601a47dfdfb43be5a9aec69d4 2,340 1.00/1.00 vMB 13
595,229 595,229 00000000000000000011baaab392778b0fcbf0d5a1be2d136ef9f855296ca0b7 2,762 1.00/1.00 vMB 11
595,228 595,228 00000000000000000015c134c2d91278b119086f2d1b8d69ebb1914b68a5d9c7 2,162 1.00/1.00 vMB 21
595,227 595,227 0000000000000000000afe71e3071983ee371c33a18640ae73f33859f0eece30 3,052 1.00/1.00 vMB 28
595,226 595,226 0000000000000000000e80420d47341f29afbc3802c44b5404068468b51456a3 2,933 1.00/1.00 vMB 30
595,225 595,225 000000000000000000060f2c81690ad0563c15ffb15ffebaad43b160ef1ad86f 1,812 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.