Loading Tool

Explorer IconExplorer

Memory Pool

84,945 transactions
31.86 vMB
0.16814438 BTC
Random Selection Loading Transactions
Max Size: 189.64/200 MB

Candidate Block

Mining Attempt 2bd7288a364ca1aa5e6e899fa9abc5d825b83ff1a1cadde6e1db665dc655092d
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root d0b4d9d9771cdc91bb0e7814ed2088e08eaf096e35d2a444a57d07839b27c2a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,003
Size: 1.00 vMB
Total Fees: 0.05335172 BTC
Feerates: 402.75 > 5.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (273,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,330 641,330 0000000000000000000045cd85851cfc98335dbad78aa975776ff8054cc62210 2,099 1.00/1.00 vMB 32
641,329 641,329 0000000000000000000d08f56790df8451bb257c82299784f6c20774406a9a98 2,624 1.00/1.00 vMB 106
641,328 641,328 00000000000000000004d23264e6f958a121fe40549af8f6cee3c16a76e1e8bb 2,639 1.00/1.00 vMB 94
641,327 641,327 000000000000000000050f9eae2dcccd421df59404c87ce28d3fff4cad6014ff 2,639 1.00/1.00 vMB 136
641,326 641,326 0000000000000000000ebf2c5c25b168e00147203f62cc7cbb34879d9a6e9763 2,503 1.00/1.00 vMB 95
641,325 641,325 00000000000000000008d00dbd9c2a3fa98988db5b6362c63b175eb8c808286f 1,436 1.00/1.00 vMB 37
641,324 641,324 00000000000000000010b35014e45f1e78d9cf90d5f578153df39d6ead71afe2 2,274 1.00/1.00 vMB 78
641,323 641,323 0000000000000000000277aea2ae501ea62c5a716d631365fde480c360656516 1,254 1.00/1.00 vMB 39
641,322 641,322 00000000000000000009d7066a475fcc137f390d57f2968fb59bed94f4a1af76 2,159 1.00/1.00 vMB 107
641,321 641,321 00000000000000000002e75dfd23af91edd1ff3dde83ff5b6cab3fdd244d5ed1 1,712 1.00/1.00 vMB 43
641,320 641,320 0000000000000000000d3762cd2d3bc15725d8dc6c70fb9c4d8491d34d9e9ef0 2,511 1.00/1.00 vMB 32
641,319 641,319 00000000000000000009904b95073af5da2558766f02a9538d00559f75a7382b 2,463 1.00/1.00 vMB 145
641,318 641,318 00000000000000000009e03da5d4e0e704d0ee12c946316e1b2b192885278b45 1,704 1.00/1.00 vMB 76
641,317 641,317 00000000000000000001e7093bf44d2473df3c1fa5a9e3e1b544676eccda0fce 2,550 1.00/1.00 vMB 56
641,316 641,316 00000000000000000001fc8ae571a53f10b2f2bd2529a1d9444ee78820258216 2,751 1.00/1.00 vMB 108
641,315 641,315 00000000000000000009d8e902464086b9fb457f91e06438b1cbbd03968b5bf0 2,740 1.00/1.00 vMB 114
641,314 641,314 0000000000000000000fe1fe3048b5231bd577f0a9486460691981a124edacbd 2,273 1.00/1.00 vMB 111
641,313 641,313 00000000000000000009a7272fc46ff57981d149746ca89682e1ea72723f9a4b 2,551 1.00/1.00 vMB 165
641,312 641,312 000000000000000000067e14c07b50025455a26cd745ed32247a64ab917e677e 2,453 1.00/1.00 vMB 65
641,311 641,311 00000000000000000007f095af6667da606d2d060f3a02a9c6a1e6a2ef9fc4e9 2,738 1.00/1.00 vMB 139
641,310 641,310 0000000000000000000eec2a5431e9d49f2c34d6faff9a11d5526ef55b8da374 2,501 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.