Loading Tool

Explorer IconExplorer

Memory Pool

82,396 transactions
30.18 vMB
0.13668566 BTC
Random Selection Loading Transactions
Max Size: 182.38/200 MB

Candidate Block

Mining Attempt e3aada3acd37926292623785bdfd589340d0e22b00b246fedb3cd6b1392b51a2
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 83d6c5bb9b6cf1e8e733baae66e4ca4d22ce7c8529084ca7f1d12eb5a772489b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,310
Size: 1.00 vMB
Total Fees: 0.05671127 BTC
Feerates: 477.45 > 5.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (613,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
302,070 302,070 00000000000000003e60d9d5b6795ac4638d599b7bccd4c06a63a706cd5607f3 50 0.03/1.00 vMB 17
302,069 302,069 00000000000000007af35e5d1276e11f11c8fc96c30aee96b00ed1ec9238631d 135 0.20/1.00 vMB 18
302,068 302,068 0000000000000000533635b2492f7e5a61fd0f521b8d8481bc47c3961e8bf97e 841 0.35/1.00 vMB 39
302,067 302,067 00000000000000000c6fb084cf5205b9893a356d7d7fcb7e24d2ec9e15625ae5 254 0.23/1.00 vMB 36
302,066 302,066 000000000000000043df392e4d8514c6808980d316a66cfab1926fff9d7454e5 75 0.04/1.00 vMB 16
302,065 302,065 00000000000000005d8a67d19b4153458e222e2eb521e92eb980578f28b15fad 397 0.21/1.00 vMB 29
302,064 302,064 0000000000000000505761aa2b537f2661f6d7c81160b80d37b5fc1539a29450 58 0.02/1.00 vMB 22
302,063 302,063 000000000000000007941aa68ff84fc963f11beb3a552fffe707446407efa7c2 405 0.28/1.00 vMB 25
302,062 302,062 0000000000000000751e74f29e9b1dcbf34024064fa97918349dd254e9d63449 512 0.20/1.00 vMB 39
302,061 302,061 0000000000000000437a1f3e45ada23870a8afd764e5a3194fc5957e0b34226d 501 0.29/1.00 vMB 32
302,060 302,060 0000000000000000004572e1b1c397480a9d551fcac3f5986577e2ed761b9890 52 0.03/1.00 vMB 16
302,059 302,059 00000000000000006c10bb8b0c4ad634a4b3005f1f11e67c3c3f41cae163a65a 293 0.15/1.00 vMB 28
302,058 302,058 0000000000000000545595a5de4e25af597df83989a5ef3c853c8a05fc758ee4 537 0.28/1.00 vMB 30
302,057 302,057 000000000000000015196ce7ee49f9318e851319e56fa70d1a0f50b3dfd0e3ac 92 0.08/1.00 vMB 25
302,056 302,056 00000000000000006bbe11ab2b530829fd866dddcb8dd991b97737a4165051c3 346 0.15/1.00 vMB 25
302,055 302,055 000000000000000064a32f6083afb713d6c6c1c380c9f8abe9825853d9de3f7c 208 0.16/1.00 vMB 77
302,054 302,054 00000000000000005023a0cd5da6224e75a81ddf96aa26f6beca93c9351a032c 128 0.04/1.00 vMB 43
302,053 302,053 00000000000000004b1bbda9679e9108b988d10c1211c71c8f6ac4df57752b8b 435 0.23/1.00 vMB 30
302,052 302,052 00000000000000002a3ae33d6210bf09ce3a4e06b9588122a5d919e8d443dda5 265 0.14/1.00 vMB 32
302,051 302,051 00000000000000000c2af4ee67f7ce9c5d8d668485577a920419e1213d5b2f04 525 0.28/1.00 vMB 63
302,050 302,050 0000000000000000104d23f1da00ce2c6c3386d4c23c4536bee3e2fbb2c0db6f 442 0.19/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.63 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.22 GB
    • Received: 16.18 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.