Loading Tool

Explorer IconExplorer

Memory Pool

86,080 transactions
32.28 vMB
0.13232032 BTC
Random Selection Loading Transactions
Max Size: 197.25/200 MB

Candidate Block

Mining Attempt bb18009db682b73442eaa5f1c242c7ab6fc0f476fa13455635ff42ef3fa6d5fd
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 5894500bb7ea3ee45f1fb81fcc2839695ce29b07ac6bd3601e0cbb0ff2b49741
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,419
Size: 1.00 vMB
Total Fees: 0.04717659 BTC
Feerates: 301.60 > 4.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (501,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,655 413,655 000000000000000000b45070370dc62ffcf9110ef3a09b05ef738cf14ce2be7b 1,321 1.00/1.00 vMB 27
413,654 413,654 000000000000000002ebcad7cf94f09680e5a98c243407c7d40a30fb8eda4dce 1,292 1.00/1.00 vMB 33
413,653 413,653 0000000000000000044a64cbb6b69f1aab63ee6f280ee9d1c2e59676011c693b 2,083 1.00/1.00 vMB 41
413,652 413,652 0000000000000000022d961ae7ec05ef2fe1b5f49c0b5030f15c70b1d567cfd6 1,227 0.99/1.00 vMB 35
413,651 413,651 0000000000000000025d0cc56b778deb41f75f13c92ac39a11106c6378920daf 1,596 1.00/1.00 vMB 33
413,650 413,650 0000000000000000016fce7e15b3ed391fa63e2d2bbd1ea7222965d4234ec383 2,195 1.00/1.00 vMB 29
413,649 413,649 000000000000000002c5010230a5db21b3d11b8e07e5ccb9e1309dc3d4c3efc2 2,292 1.00/1.00 vMB 44
413,648 413,648 00000000000000000054f0ef2668a95fbd730465cee94713c663bd3dedf4f21d 1,334 1.00/1.00 vMB 68
413,647 413,647 00000000000000000325a91eabb00ce34793133d8e28948e1da82d63945f3d9d 1,646 1.00/1.00 vMB 60
413,646 413,646 000000000000000000e24797df08349a10bd45f3cf1e839320e16b8ddc43002a 2,211 1.00/1.00 vMB 57
413,645 413,645 000000000000000000e320afe3117316aec12294502c5993dcdde95c9efb98d4 1,874 1.00/1.00 vMB 61
413,644 413,644 0000000000000000054472723f24c6abd33947f67264329dea8015d594ff3dad 1,384 1.00/1.00 vMB 87
413,643 413,643 000000000000000004ce25c3427f09a3916339835f1fc76b2554bec51489b545 1,901 1.00/1.00 vMB 51
413,642 413,642 0000000000000000017f8735a259071eb6d8aad4fb895af40defd1f5e9e9cada 1,298 0.99/1.00 vMB 51
413,641 413,641 000000000000000003033602f725c399ee11d363a9462cd4bdef65add78a24b9 1,551 1.00/1.00 vMB 56
413,640 413,640 000000000000000001b956716ec0a3ff3487b2d42a0106e88557bf7605631b7a 1,941 1.00/1.00 vMB 64
413,639 413,639 000000000000000001fa992cebbb5257d0c51029deb896d68f7fc942cd129da5 1,789 1.00/1.00 vMB 70
413,638 413,638 0000000000000000046068efb5cfe1938f5206c4693ecca833fe388bd7b60b0a 1,796 1.00/1.00 vMB 71
413,637 413,637 0000000000000000000eb7335dfd965cc12e69ff2e97be1933e5cff96851c57f 1,329 1.00/1.00 vMB 49
413,636 413,636 0000000000000000019a04f2b6d399ea01ca262df23943c9b1acc5c12fc1fb96 2,019 1.00/1.00 vMB 75
413,635 413,635 000000000000000000fef3b4307361e39e3682873ae88e74463e0be69bb87fe6 1,716 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.78 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: 709.72 GB
    • Received: 16.96 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.