Loading Tool

Explorer IconExplorer

Memory Pool

80,205 transactions
30.07 vMB
0.08802955 BTC
Random Selection Loading Transactions
Max Size: 180.33/200 MB

Candidate Block

Mining Attempt 23a5c29a5f7950b4f7c8652a8fa52e57964b8d142092394e89d4264cc9835d62
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 5178855b0af9ce0c77e8137311397662aa4dd309830201880ddb3631a76262a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.02658664 BTC
Feerates: 301.07 > 2.66 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (450,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,036 464,036 000000000000000001fb8840e31e8ece8ead97e41374a9c26bab823ea7870c18 2,858 1.00/1.00 vMB 249
464,035 464,035 0000000000000000011144af8c38264ec7573839a40f96b166b5ef33662e8f38 2,128 1.00/1.00 vMB 174
464,034 464,034 0000000000000000020953357cf050e0c7e0f416767e721a25999b7b00734846 1,608 1.00/1.00 vMB 87
464,033 464,033 000000000000000001e8c0c6090dca57a5bca585f4e37050b8d4d9ce773e78f1 806 1.00/1.00 vMB 72
464,032 464,032 0000000000000000005b7d2b9f276d3cb736fb687d98a6488cd5001a80ab2001 1,455 1.00/1.00 vMB 65
464,031 464,031 000000000000000000a047838f9246bdd9c469f52950f93834ac34693c3d4647 1,577 1.00/1.00 vMB 86
464,030 464,030 00000000000000000149d24324cb01f81ce0cde6a8e3e05d09a5e1ed490f0c03 1,913 1.00/1.00 vMB 114
464,029 464,029 00000000000000000177ebe58c229983abfb9945f70d0f423c833f2189e55cae 1,875 1.00/1.00 vMB 129
464,028 464,028 00000000000000000199785f1de538f606094ff155b0ee46955522b9a8ecae16 2,064 1.00/1.00 vMB 179
464,027 464,027 000000000000000001c5978609b58e1c86a1f49179a05054d0e1512916961b61 1,252 1.00/1.00 vMB 272
464,026 464,026 000000000000000001600cd3da39a3f07bd3dc7ce984cbaaa61da25b780ffd51 1,411 1.00/1.00 vMB 88
464,025 464,025 000000000000000000edb173884038afaeb03b204478a4ec01f0b81c6595bdd1 2,538 1.00/1.00 vMB 129
464,024 464,024 0000000000000000011e69ecb72f92281fcdc0e9a4c873c3a81d2287fbc296b4 2,287 1.00/1.00 vMB 139
464,023 464,023 000000000000000000bcce17c4b5b36109e9b117d93750076788bc8fb3896af2 2,508 1.00/1.00 vMB 216
464,022 464,022 000000000000000001ba1e4eebfd77afba28e9acd80c44ed4f87c93dde95516f 2,184 1.00/1.00 vMB 155
464,021 464,021 0000000000000000019c2324bc302907190860360fde5f95c63e7b89eeb0fe7f 2,369 1.00/1.00 vMB 133
464,020 464,020 0000000000000000011ccea506694d7e185954227de35482db92182b746175ad 2,156 1.00/1.00 vMB 187
464,019 464,019 00000000000000000085806ff9edc2c1b5e2c3629e17153a0d4d744d710b62dc 1,813 1.00/1.00 vMB 149
464,018 464,018 000000000000000001b5733fa490a7ea0ab575484304f7dda86a262f1eaf69c7 812 1.00/1.00 vMB 159
464,017 464,017 0000000000000000006f16c2e185c11327d59e10de77e551832a8911d1a48fea 236 1.00/1.00 vMB 159
464,016 464,016 000000000000000001b24b988a6e8bae360b0320165e4a8bb7b1843c4ace8fd1 229 1.00/1.00 vMB 177
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.