Loading Tool

Explorer IconExplorer

Memory Pool

86,489 transactions
32.84 vMB
0.13210098 BTC
Random Selection Loading Transactions
Max Size: 198.46/200 MB

Candidate Block

Mining Attempt 25e9b0c2fb022c3ab0633d892b8c7fcd2ac128b65603c69c5e7e089ba73c4be9
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 93fefdfecc0fda3e6813423274089d428833df4d1f082ddcbc0be96ad916be53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,859
Size: 1.00 vMB
Total Fees: 0.04881251 BTC
Feerates: 641.71 > 4.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (490,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,889 424,889 00000000000000000046e77f2c52a422cedcd7b6cd8135c7bc306bbb37e99083 950 1.00/1.00 vMB 32
424,888 424,888 0000000000000000004a6bcc325864a8239bfb6c63efee04ada8d8581295a65d 2,127 1.00/1.00 vMB 56
424,887 424,887 000000000000000002205a674fb1a7d85bbae72a708fd6ff09612a31e940a390 647 0.35/1.00 vMB 54
424,886 424,886 000000000000000001620651225d6d829e22db429975af082a73e73d92fcaab5 842 1.00/1.00 vMB 18
424,885 424,885 000000000000000003d86840a41070ca452b4cca8f5d691956adf3a6435f849e 1,596 1.00/1.00 vMB 35
424,884 424,884 00000000000000000461b84b6b5678fb000263df75f4a8b62eec8873b1ce938e 1,265 1.00/1.00 vMB 33
424,883 424,883 000000000000000001be0905a8a1ef8b6e28e7baa437f49648f001580502c548 2,534 1.00/1.00 vMB 88
424,882 424,882 0000000000000000006dcbb9556a26660c647a1eb01e192fb437ac2fdf042bf5 1,615 1.00/1.00 vMB 49
424,881 424,881 000000000000000004d1774a067b599bb37a772d4840df938fe74ce14c64f9b3 2,372 1.00/1.00 vMB 74
424,880 424,880 000000000000000004a0083bf8a631fd8c573e6c88b663ad5dcf1d65a62cbc0a 1,271 0.46/1.00 vMB 71
424,879 424,879 000000000000000001cd705eb5a12b87623e3c48d3fa6ed346c15454361d2b89 1,931 0.93/1.00 vMB 59
424,878 424,878 000000000000000004f0f56d0a37d1ef9a9b11598960b2717a820efb5adcefb7 1,874 1.00/1.00 vMB 57
424,877 424,877 000000000000000002c6c4d10722f81f81e64bb6aca020dd41d4c44bb44dae4e 2,165 1.00/1.00 vMB 66
424,876 424,876 0000000000000000034a43e71b9b9f0fd3c093cc00a1c22ab84726f7878d3298 1,989 1.00/1.00 vMB 40
424,875 424,875 000000000000000002363fe301e9263e1bf817e1dc2cb837002ba2a0490b8b19 1,644 1.00/1.00 vMB 37
424,874 424,874 000000000000000000396f8ac63df63eef1ee8662e8043f577b24b84ef17b449 2,474 1.00/1.00 vMB 80
424,873 424,873 0000000000000000032e822155dea5e11aa4adc063e1f934a297007eb94e2e9f 2,599 1.00/1.00 vMB 77
424,872 424,872 000000000000000003c319c0955ef7d7dbecc12306f138798b66ee48d6eab3a3 2,933 1.00/1.00 vMB 51
424,871 424,871 000000000000000002e2bdaacbe4217ce83fc7041e2e8e52f8353c7a0e4cfcd0 2,493 1.00/1.00 vMB 71
424,870 424,870 000000000000000001fcf28e8691444ee0dce3bd6ab9f7a6d98a2669eebd26fa 2,322 1.00/1.00 vMB 57
424,869 424,869 000000000000000004e018f703bbe489ebccc8d839fb8a3b00151934e6a31e26 2,678 1.00/1.00 vMB 107
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.82 GB
    • Received: 16.78 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.