Loading Tool

Explorer IconExplorer

Memory Pool

81,085 transactions
30.31 vMB
0.07706234 BTC
Random Selection Loading Transactions
Max Size: 185.87/200 MB

Candidate Block

Mining Attempt 3514db6d2769a3d3d156a90153b37469e78a9c07e25c67d067f55f32540598de
Version 20000000
Previous Block 0000000000000000000116eb891d68bf2fdad711435d1f341894a942ec650942
Merkle Root 0d3a512a7b22b8e4afa1c1863b615070b6fcd856a8a189f96a4f2de762524605
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,616
Size: 1.00 vMB
Total Fees: 0.00938196 BTC
Feerates: 60.11 > 0.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,360 (15,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
900,357 900,357 00000000000000000000e6f59d3d5a455ee8a44ccf789c16b75c93234cdf300c 506 0.14/1.00 vMB 2
900,356 900,356 000000000000000000020b17ca2e99232d972bd0a5823ec66f9acc0db28a5f36 1,637 0.57/1.00 vMB 1
900,355 900,355 00000000000000000001a8588a71b3a8e1625a4297680ef34ee08de5148f1a9b 3,617 1.00/1.00 vMB 2
900,354 900,354 00000000000000000000f0919bcdc3cf42a53c2394958046842d1b68918fde73 2,239 0.57/1.00 vMB 2
900,353 900,353 000000000000000000000e5182c259a8b0d2001a409ed9d3ee69eb2b6f1970e3 2,522 0.75/1.00 vMB 2
900,352 900,352 00000000000000000000f65eca18a9535b0741006ea20b96890ae3309dde100b 1,226 0.55/1.00 vMB 2
900,351 900,351 00000000000000000001a565111874197d2fe69bc81621367ab66a52433022f1 673 0.18/1.00 vMB 2
900,350 900,350 00000000000000000001b69c1a1d78e059eb41e2650bdb15c24e0216772a4c02 2,439 0.76/1.00 vMB 1
900,349 900,349 00000000000000000001ec6fc9a77ab944daa4e858f668568fd1443796e9b561 3,046 1.00/1.00 vMB 2
900,348 900,348 000000000000000000009cabb0fbccd17be99805a3f919adcf7cf554add0b8e7 4,051 1.00/1.00 vMB 5
900,347 900,347 0000000000000000000178170b99aef8a429b2dab5430407158c5e930c977e33 3,821 1.00/1.00 vMB 2
900,346 900,346 00000000000000000000ad5e064b91ad0ea4b7a691e290146b20ff9aad43175e 3,555 0.87/1.00 vMB 2
900,345 900,345 000000000000000000020ce9cf099265c35957d5cd0d90a45995b0a39b7f9ed3 1,186 0.28/1.00 vMB 1
900,344 900,344 0000000000000000000177c4b95e2c9e5425c56b6ed8f041e3ce4d1d596088d1 3,084 0.91/1.00 vMB 1
900,343 900,343 00000000000000000000b7a5ae5c81642f1fc90c9f30c10582bfb633f9b008d9 3,662 1.00/1.00 vMB 1
900,342 900,342 00000000000000000002344028381df0996f8c94aeb6b2cc2cb72349db3e74ed 3,551 1.00/1.00 vMB 2
900,341 900,341 00000000000000000000162f8918b35fd8b6fdaa9cb0b8993504b6c515737646 45 0.01/1.00 vMB 1
900,340 900,340 000000000000000000007c219558ae767ef5bcc6adae4357e46fabd884bc69b2 1,687 0.69/1.00 vMB 1
900,339 900,339 000000000000000000020cccb79109e3f4ca447c205e3b7c1a8cc8e1a56d1a1d 2,486 1.00/1.00 vMB 1
900,338 900,338 000000000000000000010e6c499562e76290ba50042f2b72ff8f953d9c76ddcc 3,741 1.00/1.00 vMB 2
900,337 900,337 000000000000000000005b7a9fd7f778830124a225577ab9a665856be5778182 2,700 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.01 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.94 GB
    • Received: 18.00 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.