Loading Tool

Explorer IconExplorer

Memory Pool

80,844 transactions
30.26 vMB
0.11333703 BTC
Random Selection Loading Transactions
Max Size: 182.31/200 MB

Candidate Block

Mining Attempt f051f595812c63aa48a63a8fa3f5d58fc182f73b45d3cad6d8653c7a5d372504
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root def7ad94a6ba20c3f8bc2c2d8c4d2a5dc6402e503ee6f56d7fba8e60f709c994
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,120
Size: 1.00 vMB
Total Fees: 0.04101016 BTC
Feerates: 150.68 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (372,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,525 542,525 00000000000000000019baef206c928c8c8cb6aae05489425c639e649b24fbeb 496 0.23/1.00 vMB 12
542,524 542,524 00000000000000000011b9702ea59d3ea3c81e8b8885374ecd07a9d8b2882899 1,472 1.00/1.00 vMB 10
542,523 542,523 0000000000000000000532409fd6864834ceefb17ae6f7dbf10de6c83f17f58d 2,610 1.00/1.00 vMB 6
542,522 542,522 0000000000000000000e6dce78a4fd107bfa3952fb4a96d40bdbe22c906ca3d1 2,414 1.00/1.00 vMB 18
542,521 542,521 0000000000000000002033eeeef60e5e93125d4d65388d98df94f897bafdc552 3,177 1.00/1.00 vMB 4
542,520 542,520 0000000000000000000833e8e035cf8725a659d82b1135fd9ddb030d64b0a703 2,852 1.00/1.00 vMB 24
542,519 542,519 00000000000000000005fd12cf08b1dd1fc746fdc95e3f187275d5e36e038127 2,230 1.00/1.00 vMB 37
542,518 542,518 0000000000000000000e27d85195d63dce854ba783f153e61c5883a7f060df17 2,405 1.00/1.00 vMB 6
542,517 542,517 0000000000000000001639194a258166b062dad5e42cf643843540b41b69d2fb 2,893 1.00/1.00 vMB 28
542,516 542,516 0000000000000000001ee3f25ee0905a2c7c618d77019b098a0d4410e179f473 2,242 0.99/1.00 vMB 13
542,515 542,515 000000000000000000132bbb9e5540e4d962ca02861667d0ec73d5661c059229 2,569 1.00/1.00 vMB 21
542,514 542,514 0000000000000000001bcd54fc2bae35e3b12ee6bfe387f351c9eed308098a0e 1,837 0.77/1.00 vMB 12
542,513 542,513 00000000000000000017c6a0e5fe66b2b52cece8512273f080660f76afec74ba 2,642 1.00/1.00 vMB 16
542,512 542,512 00000000000000000019d22d9502700764a98f33b3e49db3a9dfae0c8a4214e8 1,175 0.52/1.00 vMB 20
542,511 542,511 000000000000000000058e3e8ecd89b0fa80d0f38ea95bf26255f7ac010359d3 2,239 0.94/1.00 vMB 10
542,510 542,510 00000000000000000023813fd1b473097392421a9f3206193838c9e7d27f8379 2,581 1.00/1.00 vMB 8
542,509 542,509 0000000000000000000397e1a3fd06c83b66db1bdbb297f7148b0ddad404e903 2,814 1.00/1.00 vMB 29
542,508 542,508 000000000000000000077aa67458127cf4d608d347982dc2bfe58a7e532221d7 975 0.38/1.00 vMB 28
542,507 542,507 0000000000000000001590b648361a72ca2590d2ad296b4235a1486831636fa2 1,594 0.63/1.00 vMB 17
542,506 542,506 0000000000000000001104afe42922d3bd49c03d8e5237ebf108ce628f2be7a1 907 0.40/1.00 vMB 12
542,505 542,505 0000000000000000002077628815bec8c8c88b5d35b2c6de91305dec004110c9 668 0.32/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.