Loading Tool

Explorer IconExplorer

Memory Pool

80,986 transactions
30.39 vMB
0.13355715 BTC
Random Selection Loading Transactions
Max Size: 181.91/200 MB

Candidate Block

Mining Attempt fc9af322f6d4c7a0ba25cc73d6f5449a82bd9d57ba777a6a0fdb7875df80f4bf
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 4defc9983573f47849af742b9e0ad065fc25381b4956a02ff6f6c2513d197ee8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,644
Size: 1.00 vMB
Total Fees: 0.05988578 BTC
Feerates: 150.86 > 6.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (361,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,281 553,281 00000000000000000029e71190168b1a13b6e24842429b1094fda5288f049c20 2,721 1.00/1.00 vMB 25
553,280 553,280 000000000000000000115862d4eacd51a27ca7641004a6e529207f70a16bea3a 2,934 1.00/1.00 vMB 61
553,279 553,279 0000000000000000001d9cd63c4639549c28f51ffa1b868e3a2727299af600cc 2,344 1.00/1.00 vMB 20
553,278 553,278 0000000000000000000728a0218c2939a8b5242dee5408c42595d9eabff8d585 394 1.00/1.00 vMB 13
553,277 553,277 0000000000000000000dbe0abd7449641a34f9cf86100f1848b0c908536edced 939 1.00/1.00 vMB 15
553,276 553,276 0000000000000000000ddffbe5fa9da58e7e8435e042fad4b4ba6d3eff207443 620 1.00/1.00 vMB 11
553,275 553,275 0000000000000000000fd1c323b76d33321caa8c51f9dc3dbe9d1dbe71b4bc16 1,415 1.00/1.00 vMB 16
553,274 553,274 000000000000000000173fdfcc054abf17bd89765c6be05ed8d3239272d8eed6 2,483 1.00/1.00 vMB 22
553,273 553,273 00000000000000000001ea7cefa63224bce2bfabef9d78c072950cbba93a7ea4 2,495 1.00/1.00 vMB 34
553,272 553,272 00000000000000000024297e38548efa810f2d226cb1e7d35ad4ac5585fe77b3 2,077 1.00/1.00 vMB 32
553,271 553,271 0000000000000000001f87ec99f769100503e413802b29881b593234d574503a 1,148 1.00/1.00 vMB 60
553,270 553,270 00000000000000000006fea1dc3777064eec1100fff63950bb063c3871a22814 773 1.00/1.00 vMB 66
553,269 553,269 0000000000000000000f59e7fd09aa76d3b52d19e292123f3f35d0dc7d4a5df3 2,542 1.00/1.00 vMB 32
553,268 553,268 0000000000000000001a92643f7b50a063f126be7ec5024cf42cfc535aa6f1df 2,229 1.00/1.00 vMB 15
553,267 553,267 0000000000000000000368a8aa645361725206462bbca41880ebad4179e96b57 2,670 1.00/1.00 vMB 50
553,266 553,266 0000000000000000001d8356c00b38f0ba74fac7582da693a8ca6b8265d32614 1,739 1.00/1.00 vMB 25
553,265 553,265 00000000000000000030d3425484e6875a6e34797423f7d228ccf6b3b1f02ef7 2,632 1.00/1.00 vMB 18
553,264 553,264 000000000000000000037973de492e29b494a6344198c1fafc0f4348cfaff26f 1,517 1.00/1.00 vMB 20
553,263 553,263 0000000000000000002f3e00043560a4fe88ab175cc008d1ffd0afe8c751705a 3,000 1.00/1.00 vMB 30
553,262 553,262 0000000000000000002cbfcc8e0977ebee487f67f7c3fd4bade8e971cf39c1be 2,553 1.00/1.00 vMB 46
553,261 553,261 00000000000000000019f3a4a0db9e1346c49bca2872e76c7fb2117e9ff47df7 491 0.22/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.