Loading Tool

Explorer IconExplorer

Memory Pool

78,360 transactions
34.57 vMB
0.16486030 BTC
Random Selection Loading Transactions
Max Size: 192.16/200 MB

Candidate Block

Mining Attempt 46d6d7d95220425cf535d04864a33806a6ba70cd9266b393c83b4416fdb55686
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root d8a8a600a90b53d0c32ef7e0f03b264b490491d7a69f007e46741b7459b207ce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,948
Size: 1.00 vMB
Total Fees: 0.03821253 BTC
Feerates: 445.78 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (483,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,181 432,181 0000000000000000024458ccc174a2ec664c5355352f0eaf44e25f123df23798 2,460 1.00/1.00 vMB 72
432,180 432,180 000000000000000000a0ba5e8a4e2d9ccb49f383d5495a3ee605b8daa59492ae 1,994 1.00/1.00 vMB 48
432,179 432,179 000000000000000003ec7d584470727a41136125770a87cd497ca61d3b98135e 2,640 1.00/1.00 vMB 73
432,178 432,178 000000000000000002b05ffafca1530b8b4a60cdee1cc5a6568b4808e8c84cb4 1,260 1.00/1.00 vMB 65
432,177 432,177 0000000000000000015c50134d3d4f9ef9e45b465a273fe24a9b566269507ea0 1,568 1.00/1.00 vMB 49
432,176 432,176 0000000000000000038a30632ad61b8639325b021ece889c62b0b9716be7c983 2,350 1.00/1.00 vMB 61
432,175 432,175 000000000000000002f54aaef4160934025458451343195529b67528ce5306dc 1,667 0.99/1.00 vMB 47
432,174 432,174 000000000000000000922a415dd3861e784805868ef407fc05f308ac163947d9 2,099 1.00/1.00 vMB 59
432,173 432,173 00000000000000000278bc6de6e2558f2f5a9a0ca55d95339ccbed21ab690c31 1,767 1.00/1.00 vMB 48
432,172 432,172 000000000000000004892e5fd51afb71ffea5c876a113f7c9405d8b33f58280f 2,381 1.00/1.00 vMB 61
432,171 432,171 000000000000000000dd0799185e49238fd19eb53f20fe66503fcfc57fd2dd6b 2,560 1.00/1.00 vMB 75
432,170 432,170 000000000000000003dc74e0ec753ca2a595783d76c07dec4fb48bfa9419f798 2,458 0.93/1.00 vMB 65
432,169 432,169 0000000000000000041d1aa475610e7e58f4567bd3d632baabc95a217eca1b6e 2,145 1.00/1.00 vMB 69
432,168 432,168 000000000000000003f8e9d02366e8e33656a16859fe2bffcf797c26b97acf59 1,597 1.00/1.00 vMB 37
432,167 432,167 000000000000000000e0405acfbe898153c76afbb9bba4703ce9b05b1988e33e 2,536 1.00/1.00 vMB 72
432,166 432,166 0000000000000000035faab16db12a15f0451ac1fc2dbbeb156703fadddf23b9 1,962 1.00/1.00 vMB 41
432,165 432,165 00000000000000000120e7d57ac1bd6879516318efffab970d14b481fc160ee4 1,780 1.00/1.00 vMB 51
432,164 432,164 0000000000000000034999b9ffebb7ebe592fe22407a751dc8c3f3ec52455043 2,343 1.00/1.00 vMB 62
432,163 432,163 0000000000000000015b5f561c8fb8a2f67f06e68ebd5ad4c95f6e3c4266f1b8 1,459 1.00/1.00 vMB 63
432,162 432,162 00000000000000000178369ddffe5f056c525de2a82c77c5abfb3301705e700f 2,029 1.00/1.00 vMB 84
432,161 432,161 000000000000000000f149fd3bfadefb76206c98bfb57fed1a76b9b0543c7ab0 1,765 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 783.11 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: 736.45 GB
    • Received: 18.58 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.