Loading Tool

Explorer IconExplorer

Memory Pool

46,269 transactions
26.90 vMB
0.06261790 BTC
Random Selection Loading Transactions
Max Size: 142.86/200 MB

Candidate Block

Mining Attempt 8e168b5e7580da75c2e38b55d7017dcd29e7b7784ea706fbe09c64a6d670ebb1
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root a054e7710f2df99319aa9384a83b1c7bb1fbbe389d92acaaa464f4f88d620125
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,376
Size: 1.00 vMB
Total Fees: 0.01296044 BTC
Feerates: 100.17 > 1.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (67,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,309 847,309 00000000000000000002f2c1e9f0c39bbd7d4c6e7771a80935606d5219168203 5,028 1.00/1.00 vMB 35
847,308 847,308 0000000000000000000268f847199fef920cdb04acb50a0b45a09b9e98cf07ac 6,899 1.00/1.00 vMB 26
847,307 847,307 00000000000000000001291a0df8fc17e6261df553a0ce38adec1db1d1487754 3,118 1.00/1.00 vMB 43
847,306 847,306 00000000000000000000cceb78d5a9d8fbe0de4a67836f8dab2124f63b95f713 3,792 1.00/1.00 vMB 36
847,305 847,305 000000000000000000006db794af0a3ce115f12ef7973dbb7b71e68431a47b38 5,795 1.00/1.00 vMB 31
847,304 847,304 00000000000000000000812fd794f488e5136ba6791a2db9b810e4dd2a42e402 6,315 1.00/1.00 vMB 32
847,303 847,303 00000000000000000001db60d94b5eac92da232a154f45b1b75690daa55b6e95 4,904 1.00/1.00 vMB 34
847,302 847,302 000000000000000000011bdce98af3b5647b516f7d66d3b8f8d9fd5312c10626 5,199 1.00/1.00 vMB 49
847,301 847,301 000000000000000000028c46c5521c0a13682e31c213084a68644eac0f20282a 6,369 1.00/1.00 vMB 49
847,300 847,300 00000000000000000000c8b99b6ca53c36c3c924fcfca829187551687d899f9a 5,925 1.00/1.00 vMB 50
847,299 847,299 000000000000000000025d0053243ee336671556da879403a8c7192dd22af399 5,809 1.00/1.00 vMB 39
847,298 847,298 000000000000000000008c48beaff9cfcb0e35dd27e451a08439d42515b9888d 6,608 1.00/1.00 vMB 27
847,297 847,297 00000000000000000001e4d8b40ca109e626787d05ff5f75f8b1636376a82a3b 5,471 1.00/1.00 vMB 40
847,296 847,296 000000000000000000028edbdb5260fbfbebdf3eacc3e11aacb78ce5cfb89cd0 6,601 1.00/1.00 vMB 31
847,295 847,295 0000000000000000000156c4681dd99451e5794c173db05c36bb8345451d9b15 6,345 1.00/1.00 vMB 34
847,294 847,294 00000000000000000001130a35115c4dd36a39ad6db94f376abe1cc5e07ee3d3 4,285 1.00/1.00 vMB 54
847,293 847,293 00000000000000000002a3549652a3b564ee8f42477229aa72194127f06a400a 5,677 1.00/1.00 vMB 38
847,292 847,292 00000000000000000001215f882468b79ec582f8a6fe0d0bb70647705d48b524 5,394 1.00/1.00 vMB 56
847,291 847,291 0000000000000000000204563478af99aa0cb873f59733782b3d2984271d556a 7,124 1.00/1.00 vMB 27
847,290 847,290 000000000000000000021c08b8728954613d22b1758925e97fe789245bfa2191 7,046 1.00/1.00 vMB 27
847,289 847,289 00000000000000000002b6821af61957baa40af47d756e417b4318703e8c1cd5 3,479 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.