Loading Tool

Explorer IconExplorer

Memory Pool

41,846 transactions
26.74 vMB
0.05613096 BTC
Random Selection Loading Transactions
Max Size: 140.33/200 MB

Candidate Block

Mining Attempt a6cdf97e7b22cd49279641a21461ca7ba1e50fac3658e3252fbd92626bfe77d9
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root cec72efc6bc45e94456b349958c776e3656c97ed56e210dc3c4ccf60fb3d3dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,574
Size: 1.00 vMB
Total Fees: 0.00666033 BTC
Feerates: 103.41 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (388,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
525,940 525,940 00000000000000000025653e24c760c3bc47e1f630d56022bc98b7e3374c95e8 828 1.00/1.00 vMB 9
525,939 525,939 00000000000000000034e10be2382b4d6a7cc3d5fe6d901caa5fb7f4f3141774 580 1.00/1.00 vMB 5
525,938 525,938 000000000000000000080d1b47b4972b9c559b9b0df9e735821491289e96e515 1,133 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.25 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.52 GB
    • Received: 14.32 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.