Loading Tool

Explorer IconExplorer

Memory Pool

83,520 transactions
31.50 vMB
0.09465945 BTC
Random Selection Loading Transactions
Max Size: 192.80/200 MB

Candidate Block

Mining Attempt 1c2f392b7de140298638531fb5621878314bf3975bb501bfcacf2f3a2a301cc1
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 697399b5e92be48b29a6afecc9369598c41e87433b4a1a5f2da4def364d094c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,688
Size: 1.00 vMB
Total Fees: 0.02212389 BTC
Feerates: 50.66 > 2.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (498,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,606 416,606 000000000000000003cf7783909d4c9ba93fb4649449f3f367cfed54ae165061 2,742 1.00/1.00 vMB 101
416,605 416,605 000000000000000004c040bb5572424d6177a5390c027832b070a1a2b1e571f3 663 1.00/1.00 vMB 20
416,604 416,604 00000000000000000494a1a7811648fb8333e9dce37d65815461f0590437f953 1,771 1.00/1.00 vMB 44
416,603 416,603 000000000000000003588f713a9d1519638024915f5a6e6f192fd5eec47ad644 1,550 0.71/1.00 vMB 66
416,602 416,602 000000000000000001787baffefcf797ad00b1e5c96187164a2d00310431651d 2,054 1.00/1.00 vMB 45
416,601 416,601 0000000000000000005fd7920df8c4666a13c9614f6f9c85c354ccd7311cf490 2,405 1.00/1.00 vMB 58
416,600 416,600 000000000000000003898e25f508017e1ea0b6ec51df3e2bd1f48b85a6e91ad2 2,887 1.00/1.00 vMB 85
416,599 416,599 000000000000000000462412c3d668a2066fabd64dd287b5f619ef0947cf5bae 1,563 0.67/1.00 vMB 66
416,598 416,598 00000000000000000225c0d16d3e24fc1c89995e34395b17290801d7f247c66a 1,880 1.00/1.00 vMB 37
416,597 416,597 00000000000000000300a44b2b17a04e6d1b4df25e25a1a74d372ceec9694413 2,022 1.00/1.00 vMB 77
416,596 416,596 000000000000000001a426ba838790169c1fa8cff24e7d1de0bc2ba0fb57b4c4 1,503 1.00/1.00 vMB 24
416,595 416,595 000000000000000004ef67462b86bf29b7f25e4fcb9f10455c1eef2abe2fee52 1,150 1.00/1.00 vMB 44
416,594 416,594 000000000000000001a5aad2361cbcac4a13e270b128649ad7308abb1ceb123f 2,290 1.00/1.00 vMB 65
416,593 416,593 000000000000000000a80a006708a1f602dcc428d442dd88db93447f5fb1f890 1,809 1.00/1.00 vMB 43
416,592 416,592 000000000000000004341a58637dbdaec742ecd61dbc325fe49371ae1ef16c94 2,259 1.00/1.00 vMB 69
416,591 416,591 00000000000000000291ef9480cd7026fe1abc256aea19f4da389f35ad3d9b67 1,351 0.93/1.00 vMB 34
416,590 416,590 00000000000000000186b9a311569695c0891303d326022766ca52d423017b8e 2,274 1.00/1.00 vMB 71
416,589 416,589 000000000000000003219c0a3b56833fce20a59e2290518a2dbea79fc54ac8f1 2,533 1.00/1.00 vMB 75
416,588 416,588 000000000000000004f8a8b8239d171b6813063f540f99425181cccc3f89bf84 2,536 1.00/1.00 vMB 57
416,587 416,587 00000000000000000508f2a1574416989641aaec6e6381878fe6535cab83c6b2 2,646 1.00/1.00 vMB 82
416,586 416,586 000000000000000005209d0d19d71ef6f9a4c78c2c3ed52eeaaf17c5fdda474e 2,999 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.78 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: 709.67 GB
    • Received: 16.95 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.