Loading Tool

Explorer IconExplorer

Memory Pool

72,863 transactions
27.42 vMB
0.09957861 BTC
Random Selection Loading Transactions
Max Size: 165.42/200 MB

Candidate Block

Mining Attempt 0e09a4f9109f985df440253caa231f08cae3a0533cf424e4d50a1094529b5f05
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root 96776ec133bd923ffcb0dac0a30a4243bc0207936cd3df0298f8d6c3b5e2eede
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,692
Size: 1.00 vMB
Total Fees: 0.04040222 BTC
Feerates: 445.47 > 4.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (699,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,456 216,456 000000000000041acba5fdd8e3556df57ed2a96d1c7ed8eb6fdb4ceaeb5c7311 509 0.20/1.00 vMB 187
216,455 216,455 00000000000001e2e6c785be826a5c28f1d3f7c22d5cd3bfbd5d3fceb18d39ae 279 0.10/1.00 vMB 190
216,454 216,454 000000000000024b1a52ba704dec511046c44f53a6956e5e920544eb3d643de0 306 0.14/1.00 vMB 128
216,453 216,453 00000000000004be9f1049c6c04790d6fdcf9376f6b0248c4fa3420988f4949b 694 0.25/1.00 vMB 213
216,452 216,452 00000000000001df64a13c8dc7fceeb9c038c30b97c87c9ad7c4c08f03e1e79c 311 0.13/1.00 vMB 186
216,451 216,451 00000000000004d888576deeff8c140e76ca029047937c3677c8811b5c5785fc 497 0.21/1.00 vMB 185
216,450 216,450 00000000000001307b4b7bf278c0a2f2df6b031fd398532e7edca6cb34df2722 35 0.02/1.00 vMB 34
216,449 216,449 000000000000008012f662aa58c476d0b37e73ab75160168eef81e795e2cb384 8 0.00/1.00 vMB 198
216,448 216,448 0000000000000206d5e1c39bd170f6b1d6992aed6610f93d69ac85aa7ac436ff 362 0.16/1.00 vMB 172
216,447 216,447 000000000000012a7df28adbba7e618033b2de4b491a5722cc3847aa9c77f8dc 207 0.16/1.00 vMB 104
216,446 216,446 00000000000000d046d9bb5c2ab9dfa075b1f20ad254820768fee05c2e7ffaf6 13 0.00/1.00 vMB 200
216,445 216,445 00000000000003d6abdfbcaf6ad6131012491c372bda26222734f788caaadd06 571 0.25/1.00 vMB 174
216,444 216,444 00000000000003caf59892472ff147f9da88875c33d27b88e8ed7df081f435bc 12 0.00/1.00 vMB 849
216,443 216,443 00000000000001faae95076f6266f36d8b74a4575c323fbfdae5af515912b5ab 33 0.01/1.00 vMB 132
216,442 216,442 000000000000038e2c6d99077dccdf28fa7d7a5aadb7fd4b0a6b716bea93f3b1 476 0.18/1.00 vMB 201
216,441 216,441 0000000000000523002660c1e494444cdcd263ff4504bda15416af5cef8e8979 286 0.13/1.00 vMB 237
216,440 216,440 00000000000004c5d76cf4cd8fb813bfe660f1d2ee6e0dd8d37e33a54b1c8331 312 0.25/1.00 vMB 101
216,439 216,439 0000000000000240382b43305de1cc8108e94d75497cbd6d956a1715fc0958f3 551 0.20/1.00 vMB 230
216,438 216,438 000000000000048e1045e55e6c4002771843b0d7b2d43dfaa8741dbcab9528db 692 0.25/1.00 vMB 181
216,437 216,437 000000000000038bc668f58a4bb07c3906275df3cbf333476be9cf588f837bdf 628 0.26/1.00 vMB 202
216,436 216,436 000000000000001ba763024b32ef2b4d3ee4947dc84c3fad014f20b6188a2149 12 0.00/1.00 vMB 387
Previous 10 blocks ↓
Total Size: 783.19 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: 751.97 GB
    • Received: 18.87 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.