Loading Tool

Explorer IconExplorer

Memory Pool

82,576 transactions
31.46 vMB
0.08920144 BTC
Random Selection Loading Transactions
Max Size: 191.10/200 MB

Candidate Block

Mining Attempt 0f9da83b35bc2a2d73eacb63edf0a4ec0eb5e3ffdd31a6cdb420e56a3c8fbd5e
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 6484d4b6595145f7d7bc9490d3c07c41d8cd1f4e85943360592a56a1551e035e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,285
Size: 1.00 vMB
Total Fees: 0.02087869 BTC
Feerates: 100.18 > 2.09 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (793,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,980 121,980 0000000000004e506d775bc906433304549aba869464baf63d959b6d88078305 6 0.00/1.00 vMB 356
121,979 121,979 000000000000471fc8bce3ef316ce4bf72ffd6feee5a23aa5f559113a926700d 11 0.00/1.00 vMB 0
121,978 121,978 000000000000796aafce207c4a0741f1bd5fbddb4169b318ef8c09748dcf59f6 25 0.01/1.00 vMB 730
121,977 121,977 000000000000986c96a2211e263b8d7c78655618b02b6bf96af48e6bf7c500bf 10 0.00/1.00 vMB 0
121,976 121,976 000000000000273eda82c4aa304401934708e6a1a1f4e8c1d56ec5c2f9a86949 1 0.00/1.00 vMB 0
121,975 121,975 00000000000087ebd88e9b0dfcf3c4686fb16d9e1c03bc9b58bd711ebf68b257 9 0.00/1.00 vMB 335
121,974 121,974 0000000000005806c7c89a3ee9f63fe79151b55ff951d22201e91e860b5f99e7 1 0.00/1.00 vMB 0
121,973 121,973 0000000000005e179305586a9bd5459649c08d5945e8af880fa0ffad9175aa2e 12 0.00/1.00 vMB 334
121,972 121,972 0000000000005c5d5c38c542ce944c6be272c5ca1eb89a4de3bb2d01d4595f21 11 0.00/1.00 vMB 311
121,971 121,971 00000000000021cee8878f475ddc099427fd94c4325651cba7886917d509358c 12 0.00/1.00 vMB 0
121,970 121,970 00000000000046225bfe52fa4ae0f8593c37a2871baba58e05fc7d130abdcea1 10 0.00/1.00 vMB 0
121,969 121,969 0000000000005c2341d96d3391548cc0e6431a1b47557e12bd41ef26565207a9 12 0.00/1.00 vMB 305
121,968 121,968 00000000000034c33596df1e14180ecca567c30458fcea9c21e86b66d10a9c56 22 0.01/1.00 vMB 152
121,967 121,967 00000000000059fe03d6f41a4127ff6207f16a8c2f26a19d8449ced2645f0d02 9 0.00/1.00 vMB 0
121,966 121,966 00000000000085e3cac807d00de4bb9409a72a89a3ccd317ce511c81abd37ad7 12 0.00/1.00 vMB 0
121,965 121,965 0000000000006875203513c75d956001c01141087a18e219adc3357e4c84adbe 7 0.00/1.00 vMB 1,356
121,964 121,964 00000000000007024d937b8104a83eb4eabdfcaac556dc2c71fc44ce5d387e0b 2 0.00/1.00 vMB 0
121,963 121,963 0000000000000201902724338055038f282fea8e09ec5e39d79a8d314ec321b3 11 0.00/1.00 vMB 0
121,962 121,962 0000000000007c388db2eaf97085269b60056ed71b5cf25efc0d929e05c1c14b 12 0.00/1.00 vMB 0
121,961 121,961 0000000000004909e2834f5aa819f2d4a4aac4327ea13577999f2ec978700ab7 1 0.00/1.00 vMB 0
121,960 121,960 00000000000058e25b9ed39dafd4fe145e4ecd4b2107d9b47db53144cb8879d6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.