Loading Tool

Explorer IconExplorer

Memory Pool

80,789 transactions
30.64 vMB
0.08566312 BTC
Random Selection Loading Transactions
Max Size: 186.37/200 MB

Candidate Block

Mining Attempt 21b36989f7e2250994502b6f22b48ee1de65de771e95e6a1e165a88f1052bec3
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root 30cdabc99eeab9cf4556f5db835af781c7a4dda8eef326be8362c821622a4379
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,654
Size: 1.00 vMB
Total Fees: 0.01604722 BTC
Feerates: 73.20 > 1.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (426,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,979 488,979 00000000000000000056809928a9d625b583bfec2ef99f0981dd11a26502d65c 1,423 0.95/1.00 vMB 36
488,978 488,978 0000000000000000009ae4d8c8a334672b06007a63326aba6506a8134f1bf77f 2,146 0.96/1.00 vMB 114
488,977 488,977 0000000000000000004178ca01076664e5af0fa964af5b257ead142447955889 2,535 1.00/1.00 vMB 97
488,976 488,976 0000000000000000002d2025af3e6f3531a18d4f7495e78865cd00fb7434a638 1,862 1.00/1.00 vMB 35
488,975 488,975 000000000000000000b1f96de01bea1bf3cfa4f601f58177af4fa6f650d687aa 2,037 1.00/1.00 vMB 129
488,974 488,974 000000000000000000463d1fe867bbf2d8b7782528232dc7a66aa4985033d342 2,119 1.00/1.00 vMB 166
488,973 488,973 000000000000000000ca75a16b9376c64bc96c85e946b0d677b980dc4e0da3c9 1,804 0.98/1.00 vMB 20
488,972 488,972 000000000000000000d091932bc206d2c6822050193fc75c1fa09a41ca1b0d15 2,193 1.00/1.00 vMB 70
488,971 488,971 0000000000000000004b911b8c2e65b4fe78d6f2615e4d4e06fcd30690c9bd83 1,576 1.00/1.00 vMB 122
488,970 488,970 000000000000000000b8b20882f2eb4a7bae281fbab4a535b0130325e8969363 2,190 1.00/1.00 vMB 174
488,969 488,969 000000000000000000206ced5efeee63f05eb55a5c3429caa76139b668bb4a7a 1,696 0.66/1.00 vMB 99
488,968 488,968 00000000000000000046bde1140c5e4bbd2f66b5b3744e68a5472285f2825c31 1 0.00/1.00 vMB 0
488,967 488,967 000000000000000000c17af840a28377518361f842aec03cf963a129e381c96c 2,034 0.89/1.00 vMB 89
488,966 488,966 00000000000000000089ddba3d14c6a099f5e2f3be8e53a6cfeba96aefe11c79 203 0.31/1.00 vMB 16
488,965 488,965 00000000000000000018341c712847a87f6f498a3f6ff7148e3759758c082556 1,849 0.95/1.00 vMB 16
488,964 488,964 000000000000000000e9012b7ab991cc9df0a3f67c344e2261b94ef84cb18d6c 2,435 1.00/1.00 vMB 62
488,963 488,963 000000000000000000b2f0e549c584eba305b4bf029bb7f3ef6a011845110ff4 2,201 0.93/1.00 vMB 88
488,962 488,962 000000000000000000acc938b0037ffb6b1845228f56f8a7ba649733a57e29a0 858 0.99/1.00 vMB 133
488,961 488,961 000000000000000000532406d55ad267086b2b28b5403285fd67ea5f5ff0627b 1,487 1.00/1.00 vMB 172
488,960 488,960 000000000000000000bdccfaef970cad249c6e5c1a0e2fe9350e012620f16c46 774 0.32/1.00 vMB 107
488,959 488,959 0000000000000000009ed48c6caa101f875e763f6c8611e17c2ac3fbac147935 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.