Loading Tool

Explorer IconExplorer

Memory Pool

82,374 transactions
30.14 vMB
0.09479712 BTC
Random Selection Loading Transactions
Max Size: 182.78/200 MB

Candidate Block

Mining Attempt c075eee0ba8a1f64004d63f9b605c592296aa087445cb3ab7721c357c07d455d
Version 20000000
Previous Block 0000000000000000000170b6459c42e376b497e3e7853e6893087f6e06ae3df7
Merkle Root 4cfa0dfb5a5340bd997be26ddc987ddf44609acb0a17f515c7d71779941fd3ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,604
Size: 1.00 vMB
Total Fees: 0.02436006 BTC
Feerates: 100.60 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,121 (853,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
61,946 61,946 0000000000d6f37e721dd9aba0052d95f68860cac28997c3509623596e7ad877 1 0.00/1.00 vMB 0
61,945 61,945 000000000cfc45bf5187339595faaece946f03221b25eb3b4ba8d3008f365928 1 0.00/1.00 vMB 0
61,944 61,944 00000000030fbed7f86bb9e0871b9cccfe87b2ecd251119839be5ec40ec2342d 1 0.00/1.00 vMB 0
61,943 61,943 00000000059afc212d32c0644ac08c22394ae368f2654d758d58f16c81655b00 1 0.00/1.00 vMB 0
61,942 61,942 000000000a41cabc459e5694fbea101f4081d8cb5d816b2d167ecd60c9e58fda 1 0.00/1.00 vMB 0
61,941 61,941 0000000006ea674ea88de15eb1d32aa6cee23d03a1676ff107e00be2a3c2999d 1 0.00/1.00 vMB 0
61,940 61,940 0000000003e316f2fdd74cf985b42fd2acbb134772c811a8478a9fdd4a08d35f 1 0.00/1.00 vMB 0
61,939 61,939 0000000002201f7e8792ac1f943f711be988979bd7c16be7e90d9848db2f178f 1 0.00/1.00 vMB 0
61,938 61,938 000000000e4c989c6505f1be0ea41cdc8179a63b7fa8d2fa9d7782e53c4bd098 1 0.00/1.00 vMB 0
61,937 61,937 0000000004a4f2cee47ab88c4d2ed12e73f3d130aca2dd9770e3e6dfaca19e8b 3 0.00/1.00 vMB 0
61,936 61,936 000000000e98346b67d223e24c6ab3b327b640211baa6466ee5c3e7355201359 4 0.00/1.00 vMB 0
61,935 61,935 0000000002e4ad26b57d643908fa83e9093d8ebf4c326dca1920a26b77a5faef 1 0.00/1.00 vMB 0
61,934 61,934 00000000003da827c443443226fa1661e71b4515170f3531af85e9b22af9d8cc 1 0.00/1.00 vMB 0
61,933 61,933 000000000d5c9572ea792bfe618e9dbb3eef8ab6f32cfa27f09e0b43a748f659 1 0.00/1.00 vMB 0
61,932 61,932 0000000008412a627209f10875c86255b09a96db9637a326ffdfe1ca5d87a07e 1 0.00/1.00 vMB 0
61,931 61,931 0000000005e6a9939d24f420199cd9ebfa9a713dcbec0e9604f033968919c716 1 0.00/1.00 vMB 0
61,930 61,930 000000000437b056f16064b8867f4bb3adf131504566a77cdf16b7c6da7caad9 1 0.00/1.00 vMB 0
61,929 61,929 0000000009f5485d06b544018635ae793d1cb714ae5bcc468420959dd5e65665 1 0.00/1.00 vMB 0
61,928 61,928 000000000adb4d1b7281d2dee69b47eb6676928ba77aeaef841b21de07578b93 1 0.00/1.00 vMB 0
61,927 61,927 0000000008e7abd84e622ebb30a3c832d75a4a1df9c76557e71f586cc1c4cfc6 1 0.00/1.00 vMB 0
61,926 61,926 000000000d3e897122e619b9e00f8bb41bd9c5b4a8d7eacabbb335feaa3526c1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.60 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: 671.80 GB
    • Received: 16.01 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.