Loading Tool

Explorer IconExplorer

Memory Pool

80,083 transactions
31.08 vMB
0.07952571 BTC
Random Selection Loading Transactions
Max Size: 188.09/200 MB

Candidate Block

Mining Attempt 24d748a4c751f75d014b1e816127707eac08758c6a831d3bc796febf0a7a721f
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 1103261b96e6b58c41ed26e69d607d8b6cf1e5a0444efb6585969c4b41105e59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,530
Size: 1.00 vMB
Total Fees: 0.01251886 BTC
Feerates: 100.25 > 1.25 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (91,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,370 823,370 000000000000000000023386e4c15bbef710a93f6b3cf939a9a45d0dfacbd8dd 3,997 1.00/1.00 vMB 120
823,369 823,369 00000000000000000002f5e6f229fc56a96f1e6e5c6bc4de6a4a7cfb9dd0c54c 4,372 1.00/1.00 vMB 102
823,368 823,368 00000000000000000000865bf45840a11ebe4d0502597dfe08cf75239d923a79 4,706 1.00/1.00 vMB 88
823,367 823,367 000000000000000000034affb4bf7a213738c973b858d4fa3397a585d2eca08c 4,529 1.00/1.00 vMB 87
823,366 823,366 00000000000000000002bed2124edc79722f3c030ffce3aec771599c5525ba9d 5,014 1.00/1.00 vMB 75
823,365 823,365 0000000000000000000384730f66f720c3a44510226e4176aa76f4761852bd51 4,415 1.00/1.00 vMB 99
823,364 823,364 000000000000000000001ce2530619d26108f5cfedf07929eafc9ad79e1c8a69 4,725 1.00/1.00 vMB 95
823,363 823,363 00000000000000000001a5c2ee8391434e927f72ba1612063a18c66e6db2568a 4,358 1.00/1.00 vMB 86
823,362 823,362 000000000000000000017ed11adef25ba05624a0b1b84fec18eca6ba6bc1bdf4 4,492 1.00/1.00 vMB 94
823,361 823,361 00000000000000000000a9c7b618edbd02d0e525fc330653a64ebdd5d4e8bca9 3,158 1.00/1.00 vMB 69
823,360 823,360 00000000000000000001356829783bd3a75d5925d29ac4ec66e12f4507997de3 4,113 1.00/1.00 vMB 103
823,359 823,359 000000000000000000019560005e5c739161086940ba8607fad79b9cb40bf7cd 5,603 1.00/1.00 vMB 83
823,358 823,358 000000000000000000036a53699a9ed6662d17249e078bc18bc6105b814a313f 4,067 1.00/1.00 vMB 110
823,357 823,357 00000000000000000000549a8d8560f2317d09c3c97d1196afed2ffe9ae25144 2,723 1.00/1.00 vMB 131
823,356 823,356 000000000000000000034eb3634d5e34bde53d02cac3ac139ef7bf41be4f9ca3 5,262 1.00/1.00 vMB 98
823,355 823,355 00000000000000000001f9605ee563dfcacade9292a6e42745ae0a0651792759 3,837 1.00/1.00 vMB 89
823,354 823,354 00000000000000000000b7ea14765d43a9b589aba93d14f1d49aa535bfa27b14 4,674 1.00/1.00 vMB 107
823,353 823,353 0000000000000000000258f2d456aacb9d62c562b06a8fe7736c177c5ac06259 4,290 1.00/1.00 vMB 99
823,352 823,352 000000000000000000014c8770723f945c15cc6e54d9fd12f54fd62db1b9605f 4,537 1.00/1.00 vMB 110
823,351 823,351 000000000000000000024ef4eb1992096d1d197cd17496971feca39302a981ce 3,959 1.00/1.00 vMB 132
823,350 823,350 00000000000000000000726682cdfa174bd50e02f6c2e08961f7ff2a298c5db0 4,220 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.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: 708.13 GB
    • Received: 16.72 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.