Loading Tool

Explorer IconExplorer

Memory Pool

77,243 transactions
29.09 vMB
0.09886581 BTC
Random Selection Loading Transactions
Max Size: 174.42/200 MB

Candidate Block

Mining Attempt 0f07f2ee7c88e3cde0f771a65036a6417da6247b464c6b46ee41c04d47900d42
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root d51c92a9e891016b1ed7f33c119217da7142848e00768df7591d453213a320fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,896
Size: 1.00 vMB
Total Fees: 0.02753910 BTC
Feerates: 150.77 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (92,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,025 823,025 000000000000000000000e623df3022a672a1f9e31569e150f8cfd6bf13b9623 3,921 1.00/1.00 vMB 135
823,024 823,024 0000000000000000000072a12c26c9dcd4e083aa4871f15c1c3194f03a8768b7 4,146 1.00/1.00 vMB 153
823,023 823,023 000000000000000000011fcfa4876d3a0dea1f9ac6d9396e175d6d6ee674f869 3,844 1.00/1.00 vMB 159
823,022 823,022 00000000000000000003126ea8d8c938239f61963bc55f64eaf9e411728476de 4,212 1.00/1.00 vMB 153
823,021 823,021 00000000000000000001030858fef5250cfda0d4859b9e3e8bb654a88193e75f 3,740 1.00/1.00 vMB 179
823,020 823,020 00000000000000000001a4820ac0071e39733571affc4c2e4783473082252b8a 3,337 1.00/1.00 vMB 205
823,019 823,019 00000000000000000002c07d81cadb008a56d80b82d78bce417a5dfdae9326b9 4,376 1.00/1.00 vMB 150
823,018 823,018 00000000000000000002d34ed525470feb0bd308ab5fc862579c11fe3ee653b9 3,430 1.00/1.00 vMB 243
823,017 823,017 000000000000000000014db91ec99f46eb25d487d3f73e03fce90a827fc9e73c 4,749 1.00/1.00 vMB 123
823,016 823,016 000000000000000000006d52ad67b067a0dd6d963a31102c4b4f544553b5b1f4 4,294 1.00/1.00 vMB 160
823,015 823,015 000000000000000000007f2e41f3a3fe3f84391870690282f699f00c9fe69553 4,088 1.00/1.00 vMB 122
823,014 823,014 00000000000000000002ee27306c85e95be1efd854b8dec5cb05d5d391f47e22 4,175 1.00/1.00 vMB 139
823,013 823,013 0000000000000000000226f007f4b7d54e1e469277074a4fb6d5f3e6bbf7e675 3,721 1.00/1.00 vMB 142
823,012 823,012 00000000000000000001b87d5402138a0428c381a00b2bdcdef46be3bbe803d2 4,215 1.00/1.00 vMB 169
823,011 823,011 00000000000000000000977d1b93eabb672a2f11814a897ca5dad7a5f1840e45 4,367 1.00/1.00 vMB 182
823,010 823,010 00000000000000000002aeaadeaf9be2137f94750b226ff1aa0819c595e19fb5 3,781 1.00/1.00 vMB 192
823,009 823,009 0000000000000000000273c86eee890c85bcac8e0520c66f07f35af214121dd8 5,228 1.00/1.00 vMB 170
823,008 823,008 00000000000000000000699bda080fe2860ec719fef502a366a20d7796cfeea9 3,431 1.00/1.00 vMB 159
823,007 823,007 00000000000000000000b87b823f28ea1638880f84ba6ad56aacd7af7a81b70d 3,389 1.00/1.00 vMB 191
823,006 823,006 00000000000000000002617bb7f8c7c995d007078ef3aac168ece37f75af1b0e 3,556 1.00/1.00 vMB 177
823,005 823,005 00000000000000000000f6a07266d7cebd7de731ec5de3ae1a9c73d71e297b43 4,619 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.86 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: 712.83 GB
    • Received: 17.23 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.