Loading Tool

Explorer IconExplorer

Memory Pool

44,714 transactions
28.54 vMB
0.06446229 BTC
Random Selection Loading Transactions
Max Size: 151.80/200 MB

Candidate Block

Mining Attempt 97f743db3da73340df15b391c8490a6dd9f7b8b1ef6d53034dd1edab2058f0f1
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 0732325b5d1126d6d92d7df7a4b3a9d9d06c780fc19638622958f5473fd597c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,296
Size: 1.00 vMB
Total Fees: 0.01039184 BTC
Feerates: 60.21 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (130,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,301 784,301 0000000000000000000342f925ad70c9608473a71226a1409df24a625c70e4ed 1,904 1.00/1.00 vMB 6
784,300 784,300 000000000000000000046e57d3c5d5ba3d8311a83ec0efe1ebe0142f4ab19a96 2,762 1.00/1.00 vMB 21
784,299 784,299 00000000000000000000df1072b381603f20d3e6877cf4689c743e90d2dde719 2,393 1.00/1.00 vMB 12
784,298 784,298 00000000000000000000d6d0b01a920e0c6b590154a95e06f6d62211b24d1206 2,403 1.00/1.00 vMB 12
784,297 784,297 00000000000000000000e58f6d58e6020dad2c13d48f1fc8e01d20301f829026 2,279 1.00/1.00 vMB 6
784,296 784,296 00000000000000000000da22a2cf6701b2fcf6e71240643d9d9ad0635815219a 2,851 1.00/1.00 vMB 23
784,295 784,295 0000000000000000000460cfa99370db2056e1a185807d6d4084b2d51292099f 2,299 1.00/1.00 vMB 17
784,294 784,294 000000000000000000030dc17e23a8ca7490c2842122f2d816d17fb09c30c18d 1,912 1.00/1.00 vMB 6
784,293 784,293 00000000000000000000958d05bc0870a6c7c904bcfa5e50b551430ef00fe35c 1,038 1.00/1.00 vMB 20
784,292 784,292 00000000000000000005b1324a5d728cd0a0d85f9ffe2b0f9a6058b92f7137ac 2,063 1.00/1.00 vMB 13
784,291 784,291 00000000000000000002bdb657e6acba6ca3671d2351bf348e82e48461887d86 3,109 1.00/1.00 vMB 15
784,290 784,290 0000000000000000000473573933ea2518d6850b31c8f8a0be8b7a8a6842a8cd 3,055 1.00/1.00 vMB 26
784,289 784,289 00000000000000000001631e57a187b6bf13df8a91268fb03b26fc240138291b 1,929 1.00/1.00 vMB 4
784,288 784,288 00000000000000000003d98591b818a357249b6c3680fdd16c1ed312b8896d66 2,665 1.00/1.00 vMB 13
784,287 784,287 00000000000000000001051ae786a57e40a107d73ed46ceaa3ef4058f673d5aa 2,828 1.00/1.00 vMB 11
784,286 784,286 00000000000000000000b7811a9a95659761b77f0b49440c4b9ab886827aea7d 2,914 1.00/1.00 vMB 10
784,285 784,285 00000000000000000003d44c318534640f07d577473a6fcddfde083e1340b8ff 3,138 1.00/1.00 vMB 14
784,284 784,284 0000000000000000000464c4bc11b20f6e750fd165a744b0034d582987d4c39b 2,235 1.00/1.00 vMB 11
784,283 784,283 000000000000000000036f633978322b059005409849b799e65098d29cb4df65 1,957 1.00/1.00 vMB 9
784,282 784,282 0000000000000000000095e6176b628078c5de9640c16fddeef63bec7baf4a9e 1,258 1.00/1.00 vMB 4
784,281 784,281 00000000000000000002a9c2a779d3b515eec2e0855387ab1c5e395661517fd7 3,260 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.