Loading Tool

Explorer IconExplorer

Memory Pool

40,827 transactions
28.62 vMB
0.06643696 BTC
Random Selection Loading Transactions
Max Size: 146.43/200 MB

Candidate Block

Mining Attempt a343b1bd0e2f83cecd0af764e8c972d6472eceafb6120156e7d79c1a0e129e58
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 49c852cb9ba7e0ce3caa675191aaebe8a009e9edee2f18efde7c1457e4822029
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,867
Size: 1.00 vMB
Total Fees: 0.01106353 BTC
Feerates: 100.19 > 1.11 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (445,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,778 468,778 000000000000000000129fda4f76ed3e3c6ef20cd9a3a64c84b1b9d300013972 3,571 1.00/1.00 vMB 355
468,777 468,777 000000000000000000dea41d63d7104429171d7f66b4be090d032dea520ffae3 2,536 1.00/1.00 vMB 361
468,776 468,776 000000000000000001af79541da2999d223a089c173f2a16fc16694456651e4f 2,275 1.00/1.00 vMB 351
468,775 468,775 000000000000000000acbfea4cf3551c45c7cc930d275b5db5eff024600246be 3,180 1.00/1.00 vMB 420
468,774 468,774 0000000000000000012bcf6b2241b6379262ea16deaefe6dc782973a71261e6d 3,170 1.00/1.00 vMB 373
468,773 468,773 000000000000000001b0851c1c49a08cd24664f25ec728c3928a0ee1df6790aa 1,467 1.00/1.00 vMB 240
468,772 468,772 000000000000000000197c4afebcddb3d40a0c14174d546add79593f695caf00 2,745 1.00/1.00 vMB 342
468,771 468,771 000000000000000000474ef47b514b9ec84951caec4f55694a190c10fb51f94b 2,724 1.00/1.00 vMB 412
468,770 468,770 00000000000000000101c0c4a42c7bb71f6b407dfe4fa51ac5f44bbaf3da3889 2,613 1.00/1.00 vMB 334
468,769 468,769 000000000000000000bd069b6ecb7c4cefe70334a3aa86379f9f196bd5098d0f 3,309 1.00/1.00 vMB 382
468,768 468,768 0000000000000000012386537962715cae09c83b8d1d7d9948c21ed4e885ff35 2,662 1.00/1.00 vMB 313
468,767 468,767 000000000000000000a3acc51da514dd0efbcebaf655ffe7abd3077d9f139f72 2,592 1.00/1.00 vMB 387
468,766 468,766 0000000000000000011b1bdf2f8f93ad0bd1275b2ed7122f6e8b1fa67c8d2bfb 293 1.00/1.00 vMB 94
468,765 468,765 0000000000000000013dacaa2c8b8d94f7250e2e870e04ad8eacbef1175ca932 2,363 1.00/1.00 vMB 333
468,764 468,764 0000000000000000006506abc6d0ac360d05095df487e5950ea8a6de1fad1803 1,921 1.00/1.00 vMB 371
468,763 468,763 0000000000000000012feb3d4081df078e2bfa0ebf4a78caf3cd2b6438fa9012 2,788 1.00/1.00 vMB 387
468,762 468,762 0000000000000000018a627b559983db09d64bdec57f99ca84a7e66109056514 2,761 1.00/1.00 vMB 386
468,761 468,761 0000000000000000004d99d384edf1d26e8c548fb43ac55383834a6c89a9f1b6 2,386 1.00/1.00 vMB 353
468,760 468,760 000000000000000001ce25d0d466eaab8e5909c2beef22bf3a7757ed9650a22e 1,847 1.00/1.00 vMB 343
468,759 468,759 0000000000000000009cb871b8b0043c2250c8c3d6b50a38a08473a3f6f93050 2,462 1.00/1.00 vMB 283
468,758 468,758 000000000000000000e24e102d4210fce29afbad2c3142b3109af7c8c34d81d8 2,398 1.00/1.00 vMB 325
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.