Loading Tool

Explorer IconExplorer

Memory Pool

43,892 transactions
20.72 vMB
0.07212152 BTC
Random Selection Loading Transactions
Max Size: 116.64/200 MB

Candidate Block

Mining Attempt e8dee183c033029feb92cd4adf989b4a61eca5dbcd8fef207dbb2b2f66c19a91
Version 20000000
Previous Block 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf
Merkle Root f7ad5ebecf349f794ae98ddaf7bf8e55e035af425427ed5021ff3e6e4f45c96a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.02966641 BTC
Feerates: 265.25 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,067 (865,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,245 48,245 00000000022601cceed0f4b52a77e2ba9a5b83a7cfb14dab596f997360d53772 1 0.00/1.00 vMB 0
48,244 48,244 000000002d4aa7810daf32818da2ce3affbaab787f4f2c6ad689a7bbb3b82c81 1 0.00/1.00 vMB 0
48,243 48,243 00000000119065e6371171d739212c50d879ae1711b2c4d36cdda6451ebaff75 2 0.00/1.00 vMB 0
48,242 48,242 0000000028d2dd5b027589b3aa429b5c65aa430b34d739abd2e6590c901b2145 1 0.00/1.00 vMB 0
48,241 48,241 000000000ac94f5a63a8a1aba0e07f90ff7351fc1ac2489998ef1334761cb416 1 0.00/1.00 vMB 0
48,240 48,240 000000001d7935c9fa463039d7a0ba26941b1f42282f2dd1841ad0f9dc763ce4 1 0.00/1.00 vMB 0
48,239 48,239 0000000003574a29968db3bc6bc4deea85eb2af07d31d4a451b45e534f529ccb 1 0.00/1.00 vMB 0
48,238 48,238 000000000f23183cc840afb7721dfbf34f56a20b8e614d716d5eeb6d7a68625b 1 0.00/1.00 vMB 0
48,237 48,237 0000000033b3b1b60ba92067d81a3ae9b4309c33bbb267ca5a6b958978182636 1 0.00/1.00 vMB 0
48,236 48,236 0000000026d94fc40402e870b6f335e2ded77534d68f48e50294265dde7f028a 1 0.00/1.00 vMB 0
48,235 48,235 000000000790bf33c98f592ef328306bb2b077aa0de15a0980bfe1785e2de51b 1 0.00/1.00 vMB 0
48,234 48,234 000000001837029f6e21bbe80e880f23c73f568fcb3b259bed4a98756e38448d 1 0.00/1.00 vMB 0
48,233 48,233 000000000b23f81f45468209106a5c0415297a6c8d2d5442a665b4b54c4280f7 1 0.00/1.00 vMB 0
48,232 48,232 00000000046dc6bc1d088de337b012951aa35f6e26a5c7af2b79af7f2ec854e2 1 0.00/1.00 vMB 0
48,231 48,231 000000002b301542899d05f4dd954f179a03e4c6954bc6f3550617e302d65856 1 0.00/1.00 vMB 0
48,230 48,230 000000000d349eb9c3ea50bff965088658e922a5a6924d7eb8d3bf2f400d1276 1 0.00/1.00 vMB 0
48,229 48,229 000000001873583466617620e3d44ae3eae2368b47742650c1aaead76e330f08 1 0.00/1.00 vMB 0
48,228 48,228 000000002f8011b8c51ab21eb79905a22d813030a374a5b1c825bf01d6f04ca9 1 0.00/1.00 vMB 0
48,227 48,227 0000000006e2a2672c04eb1b7f2d1c8c2d12ec86aad6b22414324316631cefae 1 0.00/1.00 vMB 0
48,226 48,226 0000000024826683f7c536052084ecf27351d874a4e9c9a5abf68a72d4f806ba 1 0.00/1.00 vMB 0
48,225 48,225 000000001112f250e563642ac02948e5cfa2565fa61fd021f13a240586ead149 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.71 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: 554.94 GB
    • Received: 6.85 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.