Loading Tool

Explorer IconExplorer

Memory Pool

40,738 transactions
28.30 vMB
0.06388427 BTC
Random Selection Loading Transactions
Max Size: 144.50/200 MB

Candidate Block

Mining Attempt dd12c0e2e037b4fe22218ef3d688c6e35dbf7a23b30a7ef7e3aaba3179e7a24d
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 9e8cddb3bfbb0b1a564420eb97b3c1fbbba640d8dcf5677e7b80cea95039017b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,974
Size: 1.00 vMB
Total Fees: 0.00937979 BTC
Feerates: 87.72 > 0.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (422,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,034 492,034 0000000000000000002f1572f4375b8fc3f9a722114851105d6efe45cc96a60b 2,689 1.00/1.00 vMB 163
492,033 492,033 0000000000000000005eb2dd62105b6d0f0bc9ebc47266b26180b226aa50b098 2,979 1.00/1.00 vMB 209
492,032 492,032 0000000000000000001de58874c76e640cf471a8adca850843c91794ea5a8673 2,364 1.00/1.00 vMB 162
492,031 492,031 0000000000000000007a392cc32061b2290c2ba90f437be3d93f8199d4cad5d1 1,967 1.00/1.00 vMB 137
492,030 492,030 0000000000000000004542aac7367188f9aeeab25d592142dbfbd4665b1a583d 1,873 1.00/1.00 vMB 176
492,029 492,029 00000000000000000017b1a2325fa9c3904a2838aca18c0886cfe224015296d8 2,519 1.00/1.00 vMB 152
492,028 492,028 0000000000000000000eec4bf7c524c9a597ad4cda8c7d3c7fbb678cbc88721d 2,672 1.00/1.00 vMB 170
492,027 492,027 00000000000000000003168628ffbd899dcd8998478f13de9df6950bb678493f 2,353 1.00/1.00 vMB 171
492,026 492,026 0000000000000000003ceb15dda2f07b5cd896803a91dc9304d5ca418d369631 3,327 1.00/1.00 vMB 224
492,025 492,025 0000000000000000000c947e79b86406aaad49a940fc0e9e411036e399e430fe 2,323 1.00/1.00 vMB 175
492,024 492,024 0000000000000000005f0e4b3b89885cad73c6e828e8c2c27a1ddc868244140d 3,386 1.00/1.00 vMB 205
492,023 492,023 0000000000000000006868967af6caa39b13d2364c12a2e4c83fe83d22615188 2,922 1.00/1.00 vMB 181
492,022 492,022 00000000000000000052d857b297cf80486e012eb09129b9dbfb26a95be92434 2,658 1.00/1.00 vMB 202
492,021 492,021 000000000000000000af9e84c580bd9454eba18d394ab2fc92e1e0061ad52653 2,806 1.00/1.00 vMB 195
492,020 492,020 000000000000000000316974ac4858c694cd9d3ba1e2cdbff755183809539021 3,017 1.00/1.00 vMB 261
492,019 492,019 000000000000000000600f97b9bbe3dfbf76967a5a49b0595ebb6b750e96df15 2,628 1.00/1.00 vMB 161
492,018 492,018 000000000000000000af2411e6c863181057859f6ae67933be7f6b8383641003 2,662 1.00/1.00 vMB 167
492,017 492,017 0000000000000000005b4312730ea4e758a559d98a6e7722c3c58a1dc1ce137f 2,856 1.00/1.00 vMB 166
492,016 492,016 00000000000000000027996380a22e5f2b41b7eddc69b16963ad7b12e5ca0909 2,815 0.93/1.00 vMB 207
492,015 492,015 0000000000000000001a9b5eef66efdc674b4681b0f2e8e88af0f8d11046d31a 2,779 1.00/1.00 vMB 205
492,014 492,014 0000000000000000004d62df5dc523a661f5b65899b51af9648919972e201c5c 2,737 1.00/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 781.74 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: 630.34 GB
    • Received: 12.02 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.