Loading Tool

Explorer IconExplorer

Memory Pool

46,769 transactions
27.36 vMB
0.08381115 BTC
Random Selection Loading Transactions
Max Size: 144.72/200 MB

Candidate Block

Mining Attempt 3fc857c6866fe86c43ea047b33369ed780117f645af449dda06fc947f132298f
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 0223ae5c2a808e21ba64b71dbfb5cf76dac969b0fa37b224296f8544eaed1347
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,831
Size: 1.00 vMB
Total Fees: 0.03177372 BTC
Feerates: 298.51 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (68,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,331 846,331 00000000000000000001a3c5150d6143318feb5bbcd567f06da3b73889b1040e 4,345 1.00/1.00 vMB 23
846,330 846,330 000000000000000000026e2d78d64b27a3a75c48f5c5d52f3f7d34c5944d2a22 4,052 1.00/1.00 vMB 20
846,329 846,329 00000000000000000000b0288db2c36cff6540b6a15dc888529e20a8d4fe0dc9 4,449 1.00/1.00 vMB 25
846,328 846,328 000000000000000000004c800b82da2657793d378d33f25896068433ac01b74f 6,917 1.00/1.00 vMB 16
846,327 846,327 0000000000000000000082a5abf5eb3ec309b1f164c61ec8ffa609c470c546ce 5,938 1.00/1.00 vMB 16
846,326 846,326 00000000000000000000db75a4d0b1de1857525ef30aab4101c8598501bb2c08 5,134 1.00/1.00 vMB 23
846,325 846,325 000000000000000000014811464dbc481a4f0c085522cf4d9e7d9abab0235467 5,188 1.00/1.00 vMB 23
846,324 846,324 00000000000000000000e1097836b67edf5ce7f39b4f65b807f81102c2896890 5,793 1.00/1.00 vMB 16
846,323 846,323 00000000000000000002cf181933556303bc874a00954d91789502a0eb63b07d 4,353 1.00/1.00 vMB 25
846,322 846,322 000000000000000000028577ed42f75a6e472410497b9c6099eee35793e36274 3,778 1.00/1.00 vMB 30
846,321 846,321 000000000000000000020ad8524b1064f8a495bf654069b401252d2daba21f30 1,317 1.00/1.00 vMB 23
846,320 846,320 00000000000000000001730346d3e7fbe7a12ea169f11d62b4caa51b99b42761 4,262 1.00/1.00 vMB 32
846,319 846,319 00000000000000000000e355ea99c988bd5a850378e4d5b089e4f0f6c4a5bbd3 5,604 1.00/1.00 vMB 29
846,318 846,318 00000000000000000001ecc2bb47fda73903935bfe1402e94ad03b3519040a68 3,683 1.00/1.00 vMB 40
846,317 846,317 0000000000000000000200dc14c73ce0f9d64594ad0f7534dc9726a21a1c0a95 5,342 1.00/1.00 vMB 20
846,316 846,316 000000000000000000005ad69406a34b6a975dd7efe9bf47228a5dfa2eae1459 5,512 1.00/1.00 vMB 14
846,315 846,315 0000000000000000000102a2d5eb13980b84839631ec46d645ffb767a6678c33 5,725 1.00/1.00 vMB 18
846,314 846,314 000000000000000000022653940bc11ae06202e21a1e5181e828950240080429 3,962 1.00/1.00 vMB 16
846,313 846,313 00000000000000000001654d05e6962deb26857354ba06991febd5b3294b5648 5,550 1.00/1.00 vMB 19
846,312 846,312 000000000000000000020a831ec047c52f6c8219c1b5d28328cbc9b0c797d087 6,752 1.00/1.00 vMB 18
846,311 846,311 00000000000000000002c84ef8b5407e014b54aed4b1a09c7cd1da4e0e6d2e40 4,617 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.00 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.92 GB
    • Received: 13.10 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.