Loading Tool

Explorer IconExplorer

Memory Pool

42,775 transactions
26.60 vMB
0.06309291 BTC
Random Selection Loading Transactions
Max Size: 139.22/200 MB

Candidate Block

Mining Attempt de312673b25f0acdf6cb8ecee0bfed7ce26cb0566f6d9019960b878f7a2fcb59
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root eb3f6fbe4d0b5eacb971386724f663d18df2621296ab9893e4acfe6179e44e89
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,449
Size: 1.00 vMB
Total Fees: 0.01395308 BTC
Feerates: 150.77 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (315,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,370 599,370 000000000000000000061318f677c3bc192384448f4b37213fd5174c7c22318d 2,342 1.00/1.00 vMB 13
599,369 599,369 000000000000000000072fba52525d41f987bf16f32387709ccf9a1e7b9e83f2 2,901 1.00/1.00 vMB 30
599,368 599,368 0000000000000000000c6941bd8aa0b7249c24a3d4d2ee41600d53d033b0cf00 2,900 1.00/1.00 vMB 33
599,367 599,367 000000000000000000016012aee27a7336cac822675f5daf78bd8aa6f83e22da 3,114 1.00/1.00 vMB 25
599,366 599,366 00000000000000000011d1236a408e1f0fda2da3a8ca35d4b6fdff855bb98437 2,813 1.00/1.00 vMB 14
599,365 599,365 0000000000000000000846d86e26c9807806679a29415f088ed10a2868fdcadd 3,102 1.00/1.00 vMB 28
599,364 599,364 00000000000000000007b40061cc9266965fa852f36b2db63ca1e42e0c224ab8 2,830 1.00/1.00 vMB 39
599,363 599,363 00000000000000000005db544eefc70743495dad97631bfaf6e8be990ad6051a 3,432 1.00/1.00 vMB 25
599,362 599,362 00000000000000000007c185c9d85b0211cdee31bf5599a29ac506a895d75d79 2,540 1.00/1.00 vMB 26
599,361 599,361 000000000000000000027b9e24275ac48f79959ea4727f3ea8250bca606ab066 3,086 1.00/1.00 vMB 22
599,360 599,360 0000000000000000000cbfa4c5d6c7b4a44a2b6cc37065dfdae1f5192dde2360 3,118 1.00/1.00 vMB 22
599,359 599,359 00000000000000000010695f33880d78cda0fd1b59f3cdd5eaac746d94f8ad6c 2,660 1.00/1.00 vMB 39
599,358 599,358 0000000000000000000fb7d5d8466d0d393dfb1f5b37206ca0639c63ac549d4f 3,205 1.00/1.00 vMB 26
599,357 599,357 0000000000000000000ba473263028dc741f11ec5fa2312599cd4ffede611dd8 2,556 1.00/1.00 vMB 12
599,356 599,356 00000000000000000005f8cb2850d700b0ec63ce62767f3e4de6747e44c3b25d 2,760 1.00/1.00 vMB 14
599,355 599,355 00000000000000000009eebe4102c19bfc69f72e81edae8f91ce14b526eac1b0 2,983 1.00/1.00 vMB 23
599,354 599,354 00000000000000000014826e0dc7e4c85a05bdb80982ee91e01fb8b4b831e3b9 2,592 1.00/1.00 vMB 32
599,353 599,353 00000000000000000010226db9ecb10b9bd35d5b0728017edb4c23d0f09ce477 2,943 1.00/1.00 vMB 35
599,352 599,352 000000000000000000023ed0cf0106ad1b8a515372281f373d57b7d26770eb37 2,104 1.00/1.00 vMB 16
599,351 599,351 000000000000000000145bca018dd274c38c88ff5b86be763f1fd40388758f7e 2,857 1.00/1.00 vMB 23
599,350 599,350 0000000000000000000c7c843d9f842b94b7b5f99736ae1c927057d459e02d0a 3,016 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.