Loading Tool

Explorer IconExplorer

Memory Pool

42,036 transactions
26.90 vMB
0.06243134 BTC
Random Selection Loading Transactions
Max Size: 140.99/200 MB

Candidate Block

Mining Attempt 7d4a5a1f3dbf998154f463413b5008b4d4bf302f6b691f55a9feb8c5ee1dbc6b
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 3d57db76c98197e1a804044e5f233e4dd14b0456a3eea1b331682ecd42fb8d5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,978
Size: 1.00 vMB
Total Fees: 0.01234452 BTC
Feerates: 60.14 > 1.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (388,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,961 525,961 00000000000000000023bfeb3a021b25757792567762275eb72ad88b7d50d7f7 1,014 1.00/1.00 vMB 4
525,960 525,960 0000000000000000001d21059a1df9e7dec317443e9724c8cf5147c449e5a8e8 535 0.26/1.00 vMB 39
525,959 525,959 0000000000000000001dc63fdb28e5cdf31c851e39514c72cf5721aa8278875c 1,143 1.00/1.00 vMB 7
525,958 525,958 0000000000000000003808bfba4058baa461cc64f4e17b67a200c22ed8678cb5 420 1.00/1.00 vMB 2
525,957 525,957 0000000000000000000f702ba4425d4b98af8e25368f0c7e309c30dd793590cf 1,234 1.00/1.00 vMB 17
525,956 525,956 0000000000000000000f30a6bc5e5c6a84021e14b4d7c4e8e4945fa9a1d44c46 1,093 1.00/1.00 vMB 10
525,955 525,955 0000000000000000002c3c75380c50cd28b597ceb383f4f6fec985bd3e268663 334 1.00/1.00 vMB 6
525,954 525,954 0000000000000000001d0cb8bfdf54d29ba2696aafdb4c09c5073f196d78025d 1,921 1.00/1.00 vMB 20
525,953 525,953 00000000000000000029926d6f816be426db06beb868bd4fe64ca36a8322ee8e 1,364 1.00/1.00 vMB 1
525,952 525,952 000000000000000000078121497ad6fd59efc07f8ff1d99fdd2c7ffbdc0e5dd0 2,150 1.00/1.00 vMB 3
525,951 525,951 00000000000000000015dc2b5efe64dfbe548902833f55ac8c4d940bae7332ab 301 1.00/1.00 vMB 4
525,950 525,950 0000000000000000003d7d158a126601692d402ec5d324e3afd7ec886969389c 183 1.00/1.00 vMB 4
525,949 525,949 00000000000000000031f4d14d62564fd9463ba7b70ea04aa606928ebdd16147 2,035 1.00/1.00 vMB 26
525,948 525,948 0000000000000000001296162c8ebf9580609443816b21ddd8f0c0428d9bfa69 1,907 1.00/1.00 vMB 23
525,947 525,947 0000000000000000002f880bb20a5bc62944fc9824866dcb996ad1a2afb5a556 1,795 1.00/1.00 vMB 13
525,946 525,946 00000000000000000024f27d10f41692c39df93167688d5da3cbb8e228cd9d1d 1 0.00/1.00 vMB 0
525,945 525,945 00000000000000000002f331c185a70b9a5f93bc723e2b65149a5ce5448520a7 885 1.00/1.00 vMB 37
525,944 525,944 0000000000000000001f1e555b4319a8b1a28095a087a6d02053dd8ad91ff043 622 1.00/1.00 vMB 61
525,943 525,943 0000000000000000002ca4d2267b351b31f8655b42e50a54d1485491d0dd029d 2,313 1.00/1.00 vMB 22
525,942 525,942 000000000000000000224f2bc0f179c532f52431211b5f9a610a7b2bcdc17655 940 1.00/1.00 vMB 7
525,941 525,941 0000000000000000003ee29288a6b01bc24e531d7056bdfd11f75a42e2b39e4d 735 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.