Loading Tool

Explorer IconExplorer

Memory Pool

21,652 transactions
11.96 vMB
0.06993324 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.73/200 MB

Candidate Block

Mining Attempt 583c02b8074da4b4c1dfb9223a5681dfd2ff3fa69e90f32abfc3cf106ace29b0
Version 20000000
Previous Block 00000000000000000000d07daa1ab23da8755ba9a9c7012a011a4a71de233add
Merkle Root af0010bfdc519631702380481f75ee48ed68f49e05be1b4ed68a110813708a10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,096
Size: 0.99791225 1.00 vMB
Total Fees: 0.04458176 BTC
Feerates: 240.43 > 4.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,785 (757,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,499 156,499 00000000000004de93775a4123b6daced74af04843f0051f5475eb41f0121426 61 0.02/1.00 vMB 98
156,498 156,498 0000000000000e9bbd6210bbf539cbbb03ecd6df293554599aeb224f83ae43f6 89 0.05/1.00 vMB 138
156,497 156,497 0000000000000ddade415913f61c3c609e03982c7a42e74d1bb3a7b5cd21f229 11 0.00/1.00 vMB 924
156,496 156,496 00000000000002a39ba2c9b041715d187cc55b4646792041d8c0ae9527ad641a 1 0.00/1.00 vMB 0
156,495 156,495 000000000000070c79a98a0beed766dd90ae60d7521420d4f3126226e6eb383e 4 0.00/1.00 vMB 124
156,494 156,494 00000000000005e7b4838e1476412fc985821dbf555f3403e22a000afc2b7c37 6 0.00/1.00 vMB 30
156,493 156,493 0000000000000df1b5c0f5f82811664a38b610d9835fa49abc9584211e280fa9 95 0.03/1.00 vMB 11
156,492 156,492 0000000000000194a9c2b42684559cf8cb1e607dd2a0812fcdfedf49aa685bad 19 0.01/1.00 vMB 200
156,491 156,491 00000000000007a0cf1e42a720c6d306e9f46e264929f3ae1df55b866435683c 49 0.01/1.00 vMB 118
156,490 156,490 000000000000051b74d7d6bc8a407dfd986d3485e7221075454a724f98f570ee 55 0.02/1.00 vMB 100
156,489 156,489 0000000000000e2b2e3d034604146e9950cd50c8c13d19dd8c79c879a32b586e 64 0.03/1.00 vMB 131
156,488 156,488 0000000000000ecbd017ba9c88f7fce64fff82111c7b63a2203ee9a44c5c9620 16 0.01/1.00 vMB 8
156,487 156,487 0000000000000539d4aa1ca2d7615f205e11559f158bd7438128f769ddfb092d 106 0.04/1.00 vMB 118
156,486 156,486 0000000000000b11f3048c055fbd8a226fd8ebe9da611d47e455508d21c68164 114 0.05/1.00 vMB 28
156,485 156,485 0000000000000a4de521b44107b871a31becda42f0ddecd3ecc28af95c3b972d 58 0.03/1.00 vMB 131
156,484 156,484 00000000000007806d3ce7d185771228e35b7d2add0b0a6e58f70ea881770e9a 82 0.04/1.00 vMB 78
156,483 156,483 0000000000000599c8a0185ec8d83c8fd36ba9cbe59f70638507cbe71b210a2f 33 0.02/1.00 vMB 138
156,482 156,482 0000000000000a28ff231698e4130e160ef7f90983f16e6850f26d4475e3e8a1 47 0.02/1.00 vMB 74
156,481 156,481 0000000000000e7a587d91a90474e117ed22256260f622e2b4922831280514cb 16 0.01/1.00 vMB 226
156,480 156,480 0000000000000a8edd63a7612276fda97422f0e56f1db6d26d715029830c3755 40 0.01/1.00 vMB 97
156,479 156,479 0000000000000d45f3e12fc32854c1b0f26699867e253fd4fdc24b724666ce57 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 512.71 GB
    • Received: 4.25 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.