Loading Tool

Explorer IconExplorer

Memory Pool

72,944 transactions
28.17 vMB
0.07366248 BTC
Random Selection Loading Transactions
Max Size: 166.82/200 MB

Candidate Block

Mining Attempt 04dbd3f1757441f624b5f8e8c74be84b17a6802d4787cd39b4070147778072fe
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 836cbbc35cf43c0d048ef92c628c5de6818c3fc8bc646223411cd18ab67a9e0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,173
Size: 1.00 vMB
Total Fees: 0.01736358 BTC
Feerates: 152.31 > 1.74 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (728,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,528 186,528 0000000000000493952e423ccefd446528cec52c203bb55f2596f6b0d0de7f2c 9 0.00/1.00 vMB 14
186,527 186,527 000000000000038258a4702c4212b33cc18dc8d8d2fad2f68fda0262a97f80ad 150 0.05/1.00 vMB 367
186,526 186,526 00000000000008817bb65a9ea3ddb6c4c0d42c6d69640760bc35455eb5055ad3 256 0.09/1.00 vMB 104
186,525 186,525 0000000000000594399cb883a11d77ec19ec74b34f40d08e5a80059e1c7a34da 46 0.03/1.00 vMB 80
186,524 186,524 0000000000000273228f33905015155babf6da0bf08a112dabf10f5517187077 1 0.00/1.00 vMB 0
186,523 186,523 000000000000086f263e56652e1ba54a5cb0d052ce5fc3d2bb7e0b1624bdfb75 10 0.00/1.00 vMB 0
186,522 186,522 000000000000033e2cc1f238f3b42e39e1d3b6f518f7eb1c4745cbe79fbc5a59 222 0.11/1.00 vMB 172
186,521 186,521 000000000000054c4d0022c1007cba88d609372268360319ab013290baf73ef7 256 0.12/1.00 vMB 125
186,520 186,520 00000000000009b6a252f50387df58841ff6d5ffd0247ea72611235ca5df6fd3 66 0.02/1.00 vMB 180
186,519 186,519 000000000000018eaa2f4f586dac0e5e9a8c679235d0cb0635b83be027c6a0c6 256 0.14/1.00 vMB 22
186,518 186,518 000000000000007433f366e3fbaca3e7a508bf13cca28ed9e654e7efc55f26b7 193 0.07/1.00 vMB 95
186,517 186,517 00000000000005d500740bb59bbf320b68d37247ecbe72fe7809ac5960bb8416 107 0.07/1.00 vMB 141
186,516 186,516 000000000000092a0a08580fa88a5f8bcd2aa4780dd7ae2a7fc436434af44c16 492 0.21/1.00 vMB 135
186,515 186,515 00000000000000c73565baee56ed72b2552f858ff5ffbbcb0c85f4147ba95489 414 0.25/1.00 vMB 145
186,514 186,514 0000000000000221b44604e95c0af136c91c50efcc2e4e48411ef2846bcb50b7 32 0.01/1.00 vMB 1,407
186,513 186,513 000000000000067b198c0cf2ebbf321d2e5c40950aa4571d90367f7d825dd5b7 32 0.01/1.00 vMB 196
186,512 186,512 00000000000002868a660894b12a2c13fe819d634bb8e1f49adb8bc16d3d6c47 212 0.08/1.00 vMB 148
186,511 186,511 00000000000000681a993c47f62fa323dd72b96c9d58313114a4b64c014b9bce 256 0.13/1.00 vMB 95
186,510 186,510 00000000000009812c1bb66086894dd7804a7617af540728499f3b48c535fb8f 24 0.02/1.00 vMB 113
186,509 186,509 000000000000095e12e7df3f95fe74d1584b6a7cb3408e590150ea7123f29f61 132 0.06/1.00 vMB 83
186,508 186,508 000000000000007d37b43b72a221d64c9b9c5d2c0212b15f5cde9766cc05a925 32 0.02/1.00 vMB 703
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.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.