Loading Tool

Explorer IconExplorer

Memory Pool

48,051 transactions
27.80 vMB
0.06120040 BTC
Random Selection Loading Transactions
Max Size: 148.47/200 MB

Candidate Block

Mining Attempt 50702837dd11dd53ee719d9db86b97148ed979c4be3c26e0be8232a99651ba10
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root a3c113b704953feab8dd02aefdf669787cd16a4b18f6f0ad116da72b180233ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,169
Size: 1.00 vMB
Total Fees: 0.00849292 BTC
Feerates: 100.00 > 0.85 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (438,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,369 476,369 000000000000000001336fb75a46d806d901313bb1affd15cec01a5560050df4 1,942 1.00/1.00 vMB 257
476,368 476,368 000000000000000000e8eeb0d8dda5e336c09166ba0481d2487d1ed211e09234 400 0.98/1.00 vMB 24
476,367 476,367 0000000000000000015b21d2dcbfb199e91d20e7caad09870402750bceaca02f 330 1.00/1.00 vMB 15
476,366 476,366 0000000000000000003f6601c1ce685ebf20eba05d20b86db090de000da6e784 744 0.97/1.00 vMB 38
476,365 476,365 0000000000000000012cff1da0fbbd80dbeeeb4b8a3de09643aff769dd7ad5c0 1,169 1.00/1.00 vMB 25
476,364 476,364 000000000000000001550d02ca4fe0a8f4e1c00fae4a6dea4e08d45496d701d3 1,793 1.00/1.00 vMB 151
476,363 476,363 0000000000000000007c61dbba8bf95b848403ad3af3047c8f33d9a9359062b0 2,104 1.00/1.00 vMB 115
476,362 476,362 000000000000000001197f499b4486c5151d5758a508a44fd306bdd4258dfa8b 2,290 1.00/1.00 vMB 215
476,361 476,361 000000000000000000c0308d79e9fd10c1ee89fcf94b6b8ab29965a3b59e019c 1,103 1.00/1.00 vMB 97
476,360 476,360 0000000000000000015adb3ca49a4a654ab8af6c184a6a1aad912564985a2a89 415 1.00/1.00 vMB 32
476,359 476,359 0000000000000000009ec4ac895d7c3ae2b632a82205f0f0d86ac5626da360d4 1,849 1.00/1.00 vMB 125
476,358 476,358 00000000000000000080242c1acb1cd3e905a0bbee6fc4bfe81400fac8c57c7f 664 1.00/1.00 vMB 27
476,357 476,357 0000000000000000012d859adb2b0c735fa563a7a131f1d58b3e4cc9d46e9961 1,972 1.00/1.00 vMB 84
476,356 476,356 000000000000000000bb1784cdec1d14ba18b336af97f4ee30e9a24cd8a75a39 1,531 1.00/1.00 vMB 125
476,355 476,355 000000000000000000680ae947350294f03080f933163d0c6e5f548132017bab 2,426 1.00/1.00 vMB 232
476,354 476,354 000000000000000000e194c0d9cda7b6938306050c141258f5962398cfc738aa 1,444 1.00/1.00 vMB 46
476,353 476,353 000000000000000001084f6e6df5917e7be9a51709513e007d554c7f426b0c22 1,651 1.00/1.00 vMB 187
476,352 476,352 0000000000000000009ce578e4f960ab36d95492528f0a9ec7d794503a801f2b 1,073 1.00/1.00 vMB 73
476,351 476,351 0000000000000000014140008164ef7f372e42aec5b3a12bc76ddc2e325b011a 2,062 1.00/1.00 vMB 51
476,350 476,350 000000000000000000b11eb1938f66213a4d4efd6db55656ade3ea39528039c5 2,197 1.00/1.00 vMB 114
476,349 476,349 000000000000000000e0ce6eca2b71c75b2ee52c545787bed3e703c3d0460849 1,916 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.02 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: 649.99 GB
    • Received: 13.24 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.