Loading Tool

Explorer IconExplorer

Memory Pool

42,137 transactions
26.23 vMB
0.06031468 BTC
Random Selection Loading Transactions
Max Size: 137.32/200 MB

Candidate Block

Mining Attempt a2e6dae5fb84048a48042d94f003a21abd93dfe0c327ded7ce75cc9c71d779da
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 7d964099be0798b8d4e75a9b250cb0e5af400247a053d467afa54454d76763c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,178
Size: 1.00 vMB
Total Fees: 0.01220118 BTC
Feerates: 100.00 > 1.22 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (420,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,516 494,516 000000000000000000107feda04660e9f7de9c47e59f86b3f6ce8acc5f2c667a 1,912 1.00/1.00 vMB 437
494,515 494,515 0000000000000000006d2ed4e844965c11e45a1bdb9292f0e0124ec7eec13349 2,527 1.00/1.00 vMB 577
494,514 494,514 0000000000000000000e273650026d27bf02aeb4ef719f68c0349e41fbd11e6b 1,989 1.00/1.00 vMB 478
494,513 494,513 000000000000000000919cdad40ce0ed885ec1a62dbbea1d5889d0962f982a47 2,075 1.00/1.00 vMB 226
494,512 494,512 000000000000000000437430a1b1b48fa7a88dce5a6e2b5e835a0c76c9231a99 1,250 1.00/1.00 vMB 122
494,511 494,511 0000000000000000009533dfaf29f54509c28f91cc1ff6f797b070ea4420e43f 2,340 1.00/1.00 vMB 415
494,510 494,510 0000000000000000008f38b5144955b2de318aec03fa3b78c9e035294963ea96 1,377 1.00/1.00 vMB 215
494,509 494,509 00000000000000000010911c6b453d22a2f4f81d6414b637e449713429fb41d1 1,843 1.00/1.00 vMB 150
494,508 494,508 00000000000000000090ed4325995b00deec29a9a1e7e183401f9260db1480f9 1,849 1.00/1.00 vMB 168
494,507 494,507 000000000000000000113886964a27904e23273c0fc98165226aa7eb16710fa7 2,297 1.00/1.00 vMB 350
494,506 494,506 00000000000000000023a5c1dd3597bf4dbb2aaee8551fc0431b4e52db7fe30c 2,250 1.00/1.00 vMB 292
494,505 494,505 000000000000000000beb16b488112bc047c9bbe4f4eacac346a9ad529512aab 1,812 1.00/1.00 vMB 286
494,504 494,504 0000000000000000008352f809c2365a0142e665103d7b0e6eefc852643690b9 2,499 1.00/1.00 vMB 596
494,503 494,503 000000000000000000870c4b32394c3b71bb8176fff3298d60748e0e1332c1c0 2,357 1.00/1.00 vMB 234
494,502 494,502 0000000000000000006d58e3ad97c7d3793cac0ab73d86267250acf5a6e9f1c1 2,374 1.00/1.00 vMB 249
494,501 494,501 000000000000000000a45cfccca9d75d39e91610ab99dbff9818ffb1b76c90b6 2,201 1.00/1.00 vMB 327
494,500 494,500 0000000000000000007a6e45467cc39540bd6181ce657c49b50764c497894019 2,543 1.00/1.00 vMB 324
494,499 494,499 00000000000000000081a3d18c05e0f540703eb5e1b063dd48ce3c76de47c30a 2,589 1.00/1.00 vMB 492
494,498 494,498 0000000000000000007c8f1dccde1e80bbc84960a566f66bea0ab6bf19bda784 2,331 1.00/1.00 vMB 531
494,497 494,497 000000000000000000cbabc51f47ba13baaa8fbd1c5b0fdd612e946841dade0e 1,760 1.00/1.00 vMB 390
494,496 494,496 0000000000000000003dd21a7725bc1e1763e56d332d46dfae072e9dfa63d20f 1,968 1.00/1.00 vMB 365
Previous 10 blocks ↓
Total Size: 782.20 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: 653.96 GB
    • Received: 14.06 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.