Loading Tool

Explorer IconExplorer

Memory Pool

38,676 transactions
27.38 vMB
0.05944406 BTC
Random Selection Loading Transactions
Max Size: 139.82/200 MB

Candidate Block

Mining Attempt ba3993daf80b64bb2f0c8af9e579ed10752f4deee36e3af19265ac8dfa948b3d
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root aa0d279531b8f25af780524c4ee38793ca3d83e6f1aa1d7d1c9ea58cc1e71c21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,067
Size: 1.00 vMB
Total Fees: 0.00761468 BTC
Feerates: 101.49 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (243,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,441 671,441 000000000000000000024ee9f507e377ca63187a7ea0dcc8a1af93a94d7c2bff 3,001 1.00/1.00 vMB 126
671,440 671,440 00000000000000000009d98c8e057bf81f29bdeee30ff1bb6a4adbd53a4e0ad7 2,783 1.00/1.00 vMB 136
671,439 671,439 000000000000000000082604e789ce8fc73027752431ebb0375f5fabf03f7e4a 1,642 1.00/1.00 vMB 117
671,438 671,438 000000000000000000083932caadcf4eae219b1d29b6c82c264669a9ade16a79 2,561 1.00/1.00 vMB 126
671,437 671,437 00000000000000000009f73b20453373bdcab130f9c68179d79ababb5af19545 2,553 1.00/1.00 vMB 119
671,436 671,436 000000000000000000088aeaf1770217cf0f8685d8b65a59f06755455c9787e5 2,855 1.00/1.00 vMB 139
671,435 671,435 00000000000000000000d36adb6666bd41886be8f4586631a413307453e311c6 2,195 1.00/1.00 vMB 137
671,434 671,434 000000000000000000001475a0114dc36d004cc40d02cf2cb4d8bccf7af1b1d5 2,385 1.00/1.00 vMB 135
671,433 671,433 0000000000000000000bf2ba692768b07d0b8aae333f1d7daf84dcf961fa2d30 2,761 1.00/1.00 vMB 120
671,432 671,432 000000000000000000004ed3f5bdedc0ec7507482a0c7ccdfb7dd0f20d24768d 2,037 1.00/1.00 vMB 127
671,431 671,431 00000000000000000004c92b5ee9afafc1c47a8c37536284858f85a9de75a885 1,333 1.00/1.00 vMB 123
671,430 671,430 0000000000000000000a73c5818a3dea4aa7714d9de5a41754afb1c167a260b0 2,906 1.00/1.00 vMB 137
671,429 671,429 0000000000000000000673fd0599f95a5d4ead2bc26091f23d9fc9cc25a2ec75 1,790 1.00/1.00 vMB 123
671,428 671,428 0000000000000000000cc33085c0c9508fb8da9e3ff6c7fe8ab1c6f23c3951ec 2,223 1.00/1.00 vMB 70
671,427 671,427 0000000000000000000bca9097c3689d3c3dd4254003399f8b33374f9d23363a 1,549 1.00/1.00 vMB 47
671,426 671,426 00000000000000000007036a41076695de650204c9fc888e3613a6b5d81e9317 2,627 1.00/1.00 vMB 45
671,425 671,425 00000000000000000006cce873bf41d3e08e0d87afbfd7445d821a54ef9ffdb0 2,820 1.00/1.00 vMB 68
671,424 671,424 000000000000000000009a409f52ce296cf8537e9245c4f627ee5a1aa895a0b9 2,189 1.00/1.00 vMB 95
671,423 671,423 000000000000000000039fc9a295ee305180d6d2b40825d1b80c8b74982cd0bf 1,598 1.00/1.00 vMB 100
671,422 671,422 0000000000000000000c14858d62b8ad570ce8b8ed92057a8e0102443e092b52 2,774 1.00/1.00 vMB 137
671,421 671,421 000000000000000000031e680ace150ac9a720fbcb8600af562fcddc5caf26b3 2,726 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 781.76 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: 632.49 GB
    • Received: 12.12 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.