Loading Tool

Explorer IconExplorer

Memory Pool

84,525 transactions
30.99 vMB
0.09389606 BTC
Random Selection Loading Transactions
Max Size: 190.03/200 MB

Candidate Block

Mining Attempt c47faca1a8f2904b50090fd0484cfff1f27d300c09d7d5ee1f5ed223a2432bd1
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 1c2a2393681fbe97254cafa69a125a43832dab7f9f79bcf0cb8edfa4661f9e2c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,545
Size: 1.00 vMB
Total Fees: 0.02317366 BTC
Feerates: 402.60 > 2.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (360,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,217 555,217 00000000000000000002f0d1866df32c3f69c6be5c5055c3a794e770b0d3a48f 484 0.19/1.00 vMB 11
555,216 555,216 0000000000000000002edda44fdca67c6ae7319a7e489484b48bbd64709b6d71 1,290 0.50/1.00 vMB 13
555,215 555,215 0000000000000000001cce290adf7523ffd1d39e3459ecd2781b60617b3797c5 321 0.11/1.00 vMB 13
555,214 555,214 00000000000000000006578cd3eb9c6c5d7adb3db6292adfc0349f9198da815f 2,247 0.90/1.00 vMB 12
555,213 555,213 0000000000000000002d075c55a322a2bb2ecaee0f8289aa0041c6e0c388d8e1 941 0.37/1.00 vMB 13
555,212 555,212 00000000000000000005f557812f2143e84329b7c65bd811b85d6e4e729bfe90 874 0.35/1.00 vMB 10
555,211 555,211 00000000000000000007461965b5b814771b8e8db40bc7f53cc06d9cc3f68b14 502 0.20/1.00 vMB 16
555,210 555,210 00000000000000000025ac5eebf7895dd19a667c5619fc9ef29bec8fa0e7a41e 1,471 0.56/1.00 vMB 13
555,209 555,209 000000000000000000130da4be3ed2bef386d736803fa28cb99fc52d09afb7eb 2,196 0.88/1.00 vMB 12
555,208 555,208 0000000000000000002e5dd356285d4f32b13be56a7bd184afb5904fe42842ad 1,452 0.61/1.00 vMB 11
555,207 555,207 0000000000000000001a395d23786feb37347f992cc0c5ff59c440cd05c8c975 2,188 0.87/1.00 vMB 13
555,206 555,206 0000000000000000000391db3a2c450ef69251db71060392d35538ccb4876a6e 2,212 0.84/1.00 vMB 11
555,205 555,205 00000000000000000027488281d156a4693cb1f7a54ea2b3e8baf2e35567d4a7 1,920 0.79/1.00 vMB 19
555,204 555,204 0000000000000000000ee18d84e48cfb0b8bfa55cc0802212ab7080e6c607cf6 626 0.27/1.00 vMB 14
555,203 555,203 0000000000000000000df19b0dea00068efa60a72d4baec9b235e855eeb06a1c 1,305 0.83/1.00 vMB 1
555,202 555,202 0000000000000000000fff9d7fd02d04d3ae049d8c54db5f31f54ba84b21b498 2,256 1.00/1.00 vMB 12
555,201 555,201 0000000000000000002eaf20b5d863e502b1fc474f9259012de29df38210fe8d 3,058 1.00/1.00 vMB 28
555,200 555,200 0000000000000000001b17e172a93f5abf202983f4e803df24bc3128542b5148 2,963 1.00/1.00 vMB 22
555,199 555,199 0000000000000000003664b156ee3f0808b933d032c14126184e586a7750bfc8 1,070 0.68/1.00 vMB 4
555,198 555,198 0000000000000000000676fcdecb56f3306ee69c89d8c5ddfaf42a509853d635 2,675 1.00/1.00 vMB 19
555,197 555,197 0000000000000000001051db6aee7b49219feeb061185f2746bc252cc7d8943a 388 0.20/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.96 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: 715.29 GB
    • Received: 17.70 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.