Loading Tool

Explorer IconExplorer

Memory Pool

48,297 transactions
22.86 vMB
0.05712390 BTC
Random Selection Loading Transactions
Max Size: 127.90/200 MB

Candidate Block

Mining Attempt b9033b2b61865f32dec929fa13f5c41f76159bc3191f0e047afe488a27a814d5
Version 20000000
Previous Block 000000000000000000010f863d248b4dc2d862b439f66822fd756cded8caef9c
Merkle Root 72764fce98c13c3237ae73b062011d136090784b42d02f4dc8035842c261e7e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,143
Size: 1.00 vMB
Total Fees: 0.00980592 BTC
Feerates: 502.67 > 0.98 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,004 (798,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,262 115,262 000000000000366e09b33c9cbfa44fd3ab7d0650381adec77cc6d6e231e06f3b 10 0.00/1.00 vMB 310
115,261 115,261 000000000000eb86ff09d87021a26a0fccdebda57db0d449b4dde6cef3f9b9d5 14 0.00/1.00 vMB 21,682
115,260 115,260 000000000000bcaca0b8d65938f08a0b1003d1e44fb4567545d3347472ba0330 14 0.00/1.00 vMB 1,549
115,259 115,259 00000000000016531abae5b5dbeca8cb41fbfa92f630fce9514ab8ceeca36c4e 6 0.00/1.00 vMB 1,078
115,258 115,258 000000000000a7d1bb9bbcb95358d416c108263984d674ab53f88e9604467058 9 0.00/1.00 vMB 0
115,257 115,257 0000000000009d1603020a979aea956bbcc720b214e5952d23d0f567a7f6fced 12 0.10/1.00 vMB 1,007
115,256 115,256 0000000000009d14af687a39153523c6fecbcd634b45c76ba1e86ffe880fd145 14 0.00/1.00 vMB 805
115,255 115,255 000000000000944f90f4f8ec829ebb3d680d89f0f12d30780fc8220394749517 26 0.01/1.00 vMB 395
115,254 115,254 00000000000083f7fa1e8b53829cac628b6efe5dfe28e605f224101af14ed4b3 2 0.00/1.00 vMB 3,875
115,253 115,253 000000000000157810baecc7584c824badf9f665981da5bebee336349f379d50 7 0.00/1.00 vMB 0
115,252 115,252 000000000000c7029d7f2fa520657b514d3a9f81baf1c2f6b75fc4b8682b206b 9 0.00/1.00 vMB 705
115,251 115,251 00000000000055660a16239570601bce37f938c021ec8b42aea0b97635724af2 52 0.02/1.00 vMB 179
115,250 115,250 0000000000002284814a2382555140bd8e77c88e669f9be5f12d7c61d36fabcf 3 0.00/1.00 vMB 1,409
115,249 115,249 000000000000a0952e7aa9bad9e8d038f10c96ea593a7f42fb7f0050b7c0863f 34 0.01/1.00 vMB 1,211
115,248 115,248 00000000000041e3be28a91d0cf24adfe8122d208d809aba7e6a1bcc0c7904de 7 0.00/1.00 vMB 544
115,247 115,247 0000000000007b6697d1606a46d4d5ff765b0e5fec59f71a889d05b4e4a78ba8 4 0.00/1.00 vMB 0
115,246 115,246 000000000000134adbd271b9609f2c0fc2d328fb98c0cb9572efddda2867a922 10 0.01/1.00 vMB 598
115,245 115,245 00000000000080fa02740f94247d81f8ccfb654cec24961b132f310bcebcb107 19 0.01/1.00 vMB 794
115,244 115,244 000000000000758e5a0c064603dbf3a161fea2d0b129eff043f9053bf36b5de1 10 0.00/1.00 vMB 323
115,243 115,243 0000000000003917f014845018bf6891bd414713a95c190d7aa02abf17d93e2e 88 0.02/1.00 vMB 42
115,242 115,242 0000000000005972ff13bd97e868a83bbf7b211da10620d5a5ab971504d05c8b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.61 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: 543.56 GB
    • Received: 6.30 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.