Loading Tool

Explorer IconExplorer

Memory Pool

47,527 transactions
28.56 vMB
0.06606141 BTC
Random Selection Loading Transactions
Max Size: 152.81/200 MB

Candidate Block

Mining Attempt 8927efd6c0fb478fca08f780a5cbaae0471d17e8481b1112d6d5fdfe4bc19d3e
Version 20000000
Previous Block 00000000000000000001756a5e3521a37c963c8268a5fccbe0ee3f5cf5eba3b4
Merkle Root 49b6e4baf93a5d6b6df41bffc9480eaead9864abe70279aacfe6e17d906ae56b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,396
Size: 1.00 vMB
Total Fees: 0.01192718 BTC
Feerates: 100.36 > 1.20 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,839 (389,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,517 525,517 00000000000000000037fa077335f7d41fd5c8b580d56af6a9a832db4277b5ee 964 0.28/1.00 vMB 16
525,516 525,516 000000000000000000325570ff447f87c5bfada1391b52c606f99c7ded32c593 1,787 0.54/1.00 vMB 4
525,515 525,515 0000000000000000001032bc4a0629bee458bc033f121a519d80666e9ec6786c 2,877 1.00/1.00 vMB 20
525,514 525,514 000000000000000000152070c58d93005b8d9fb383ef7804cfa486d3d59db18e 2,659 0.91/1.00 vMB 16
525,513 525,513 0000000000000000000b2cb342e15a3fc3cef51a5a0baada15998f94d359ecab 2,839 1.00/1.00 vMB 17
525,512 525,512 00000000000000000005d7560447439001500f85c84a79d0160b55e41acf30de 848 0.36/1.00 vMB 16
525,511 525,511 000000000000000000351fb1f291f18b8d7f3b952f507b372f36e05c58633aaf 48 0.02/1.00 vMB 14
525,510 525,510 0000000000000000001fa8e3cc9fd94450d1baf056e8783ab1fd79f5fef1eb62 405 0.18/1.00 vMB 15
525,509 525,509 0000000000000000003b081f76db166384ed706c63a9aa25fb32877dadf17aea 144 0.06/1.00 vMB 15
525,508 525,508 0000000000000000002f06a5446f1cc5831ce6a5e4c488205f0e58d05a7ec672 1,272 0.63/1.00 vMB 15
525,507 525,507 00000000000000000021d4f1cba21269f91d58d5378c1bd0fbb2cb5958c58966 2,781 1.00/1.00 vMB 18
525,506 525,506 0000000000000000000308255f6ce3841cd82b08b9e5a46583f5ff4deb4f5be2 910 0.35/1.00 vMB 27
525,505 525,505 00000000000000000000acaf76d46329f34a50d78b1d7370ef6f671af3586c2f 67 0.02/1.00 vMB 32
525,504 525,504 000000000000000000137eceab17ea62a99839c5340afec9fc3408027a704e0c 557 0.18/1.00 vMB 19
525,503 525,503 0000000000000000001eea04adee79822d68ada33537e4a3f105b9a1ffc03270 624 0.25/1.00 vMB 14
525,502 525,502 00000000000000000004188cbb52273c4415aba4d0ad01e0b780d7de1c3eb7b3 556 0.19/1.00 vMB 19
525,501 525,501 000000000000000000375ccd2592f2c53f3e30e671c8d7377bf8471c3501c54d 2,173 0.76/1.00 vMB 16
525,500 525,500 0000000000000000000db672ceea0c84b9fecbe45d2fc6f69467eb66cbc60ab1 109 0.05/1.00 vMB 8
525,499 525,499 00000000000000000029b274783ac150c822bd58a8ccb93bafad9096417807c4 293 0.18/1.00 vMB 56
525,498 525,498 0000000000000000001da233caeacae6ff1a0e25db3d11cb253615dfc5b87a5a 1,060 0.43/1.00 vMB 14
525,497 525,497 0000000000000000002d8c4a1b2764a24283eb6fa70c986e4bf093e1748811de 489 0.22/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.10 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: 651.75 GB
    • Received: 13.64 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.