Loading Tool

Explorer IconExplorer

Memory Pool

42,031 transactions
26.84 vMB
0.06566043 BTC
Random Selection Loading Transactions
Max Size: 140.51/200 MB

Candidate Block

Mining Attempt 6d8556c493580a6aa4e73a47fc5640774706e1b5f3d85a811e07e328e41a9abd
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 68a24cc00935d91aca1456d39c39c1bce017e5da76fe6bfbec7d7a69de398c4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,851
Size: 1.00 vMB
Total Fees: 0.01579074 BTC
Feerates: 151.03 > 1.58 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (199,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
715,416 715,416 000000000000000000074a85e56013ef85c7d3ad79d865bc66cad8c30ef1a15f 1,263 0.68/1.00 vMB 8
715,415 715,415 000000000000000000098e897e88cd4c46662c1a5f78d4df952a3ea0912c2a44 1,089 0.41/1.00 vMB 9
715,414 715,414 0000000000000000000b3f15689837c7b6f3e591918002e68466b148e505f4ac 2,141 0.72/1.00 vMB 9
715,413 715,413 00000000000000000009ecde9ab092cfeef34a8a0c2b33807ed83ed40de14f95 3,220 1.00/1.00 vMB 6
715,412 715,412 000000000000000000068221b783ceb98030a1fc73503b4c0c924d1f2f093e48 2,755 1.00/1.00 vMB 17
715,411 715,411 0000000000000000000482abd71f2f9976b49cd386c8591a8552cfef85a80a64 2,836 0.97/1.00 vMB 10
715,410 715,410 0000000000000000000b94730406777347c5f73c0be2fc31eaa3b0f813d8dc0c 1,942 0.64/1.00 vMB 8
715,409 715,409 00000000000000000000a4b30a422a395a8388a7cdcec11d2efeb0258c42eb0e 201 0.26/1.00 vMB 3
715,408 715,408 000000000000000000000dc02c93997bf2f4cf8854e02d1d575a74d5414ca9cd 2,385 0.94/1.00 vMB 5
715,407 715,407 00000000000000000007cadcfc044b50b85e27f964b046ce48388f4def039a5d 2,864 1.00/1.00 vMB 21
715,406 715,406 00000000000000000001f2e1e0844c5ef01792ed11fff714b01de481de1412fe 796 0.30/1.00 vMB 6
715,405 715,405 0000000000000000000b511bf20ecb6d0ea049862fa2741ed8098e508d98aa3c 2,169 0.93/1.00 vMB 5
715,404 715,404 000000000000000000040bd2d16bba613cbcb0884057064cc4485f6d5c81abc0 2,735 1.00/1.00 vMB 6
715,403 715,403 00000000000000000001b6b93e9be20c4e5499280fc286baeb28168f1bc4d301 2,805 1.00/1.00 vMB 13
715,402 715,402 00000000000000000005e0bf1f3bc0de70f414cd41a540dec80e7ba267cf18f8 848 0.29/1.00 vMB 8
715,401 715,401 00000000000000000007f1b2d4305614df7eb40ad7857b41eba38cea0014cf99 902 0.30/1.00 vMB 9
715,400 715,400 000000000000000000088f2b66707e58c60d8aac68f020a98824798ddde4d1ba 695 0.63/1.00 vMB 3
715,399 715,399 00000000000000000009ffbe3af9d619101ad70df2ae5c750074bfec39e8eb3f 3,598 1.00/1.00 vMB 5
715,398 715,398 0000000000000000000a0d4606230718c8f35e4d4126b44b61527ac144bcb66d 3,229 1.00/1.00 vMB 10
715,397 715,397 000000000000000000055f9c0bf5e130f54b1decc8b0b6b1e4d52a69fe250b08 3,299 1.00/1.00 vMB 15
715,396 715,396 0000000000000000000b5fa112a96a4756dab5900069f792d19c3d46238deade 1,905 0.75/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.45 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.