Loading Tool

Explorer IconExplorer

Memory Pool

79,544 transactions
29.94 vMB
0.07109483 BTC
Random Selection Loading Transactions
Max Size: 183.38/200 MB

Candidate Block

Mining Attempt 744a7f7841e6b409eb4dacb29b3a08a03f1e8f9d27c0a39f9ee65da30d2ef923
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 17afd03416513ae2b345c03ca08afff0748a50bad2c075119e46e1b17c63d115
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,635
Size: 1.00 vMB
Total Fees: 0.00467939 BTC
Feerates: 40.20 > 0.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (483,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,161 432,161 000000000000000000f149fd3bfadefb76206c98bfb57fed1a76b9b0543c7ab0 1,765 1.00/1.00 vMB 70
432,160 432,160 0000000000000000026e572c756fd2dab3a1344c465e8fee7d9639d335ded62f 2,202 0.99/1.00 vMB 55
432,159 432,159 000000000000000002b6efab515d39d456da083284575db5f4dceffd48f06f29 2,275 1.00/1.00 vMB 88
432,158 432,158 0000000000000000033eef1c9ae0f941bbb0b2d50162234fef582d99ed34616d 473 0.99/1.00 vMB 13
432,157 432,157 0000000000000000047328d1c59506dbfc5735690887cd3a78310b945634c202 1,191 0.61/1.00 vMB 60
432,156 432,156 000000000000000000b271efb412d9f3e670f646e66cfd615863f1ef8b45ade6 848 0.99/1.00 vMB 24
432,155 432,155 00000000000000000458e018b383514115043a326f245f8dc6ae534353a60c87 961 0.47/1.00 vMB 59
432,154 432,154 00000000000000000013a15aab7c2f9188caabaef9ffe878865ed2db86ab98c3 1,399 0.72/1.00 vMB 49
432,153 432,153 000000000000000001336f81adfced6910bba20e388b7bc3d4ced392c8dc24bb 2,438 1.00/1.00 vMB 69
432,152 432,152 00000000000000000357ee6029406a06305c50c2244b4175578b2bebafcbf5e8 478 0.36/1.00 vMB 49
432,151 432,151 00000000000000000476e11e022c133f7e0a807fefb2efad692caa444f2eeb1c 1,201 0.65/1.00 vMB 59
432,150 432,150 000000000000000003c86f7d404fb2b3da97b2ea4d9218d88f6d4b781a3e0f0b 1,202 0.52/1.00 vMB 48
432,149 432,149 000000000000000000baefe4305de0b8c277d0355de09ec3d7d1da0b5e57b876 2,538 1.00/1.00 vMB 69
432,148 432,148 00000000000000000453b9feda3fed86c22884270c8b8d2bc78e7a4c9f4f32db 700 1.00/1.00 vMB 14
432,147 432,147 000000000000000001adb6d6515ec144ef0377e405b80be4124f5a6551c75526 390 0.51/1.00 vMB 26
432,146 432,146 00000000000000000350438f5ab6c6b65326245cf429ea3d2ff183569be011fa 1,764 1.00/1.00 vMB 48
432,145 432,145 000000000000000001acc1e0eaaf64ed039cc7a58c3ba1dee9be583784559067 1,486 1.00/1.00 vMB 39
432,144 432,144 000000000000000000dfaa9a6e96d3e33a082929837fc4cde0121dcc26423cbb 1,351 1.00/1.00 vMB 31
432,143 432,143 000000000000000002193ade1f094b29ec7ca79c25e6f3faecd84dc00b3eff53 2,339 1.00/1.00 vMB 63
432,142 432,142 00000000000000000313097c27ef5a281ae51050fa23012ff05ec142604201ec 1,815 1.00/1.00 vMB 38
432,141 432,141 0000000000000000033d07b8ebcbc36e6cc7978c5deef78554e049a204fc7fee 1,711 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 783.00 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: 718.53 GB
    • Received: 17.91 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.