Loading Tool

Explorer IconExplorer

Memory Pool

32,927 transactions
18.35 vMB
0.04159849 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.26/200 MB

Candidate Block

Mining Attempt 53dd2208627876edb103770ce729c09ce8081c87b22fdc2f212e70092fca8e9b
Version 20000000
Previous Block 00000000000000000000191d482e114f0c6ded27fe368a5ea4d6e214d858bd6c
Merkle Root f14303460db728322bebf852b1a03c6548c83063121ae11aafb88a357f0c7c2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,322
Size: 0.99791725 1.00 vMB
Total Fees: 0.00750100 BTC
Feerates: 47.84 > 0.75 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,841 (742,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,257 171,257 000000000000003d6204e9761e06e1dcbe0cd551759068f3f42792d09c1ffaeb 22 0.01/1.00 vMB 11
171,256 171,256 000000000000058a094a220b562042ccbda2a546a0a919dc27147d86e108d672 10 0.00/1.00 vMB 512
171,255 171,255 00000000000008f1c306a83a0106f009cc725ef47b1ce905a2b19c441fe01867 13 0.01/1.00 vMB 26
171,254 171,254 00000000000007bd4819d1cfa789228de1172671b0ba42185d7ba64b57a45262 1 0.00/1.00 vMB 0
171,253 171,253 000000000000069bf3a5e5720cdc5e3bf45e779b8ac651d8e4880591f161f61e 22 0.02/1.00 vMB 100
171,252 171,252 00000000000000696c51c6118f60013f7947e89bc6c6368a94346bb05fa05be1 50 0.04/1.00 vMB 52
171,251 171,251 00000000000007d846cde105400fdb1524ae61823ff573e128e6236493be9c79 1 0.00/1.00 vMB 0
171,250 171,250 00000000000008fd9966303bcf7f03956c4eedea2dabdaba76d36ea6a98cfda3 85 0.03/1.00 vMB 32
171,249 171,249 0000000000000a123cd65bf68764bfd89adea84b66ea250c206d9c94c582d795 1 0.00/1.00 vMB 0
171,248 171,248 0000000000000086a2a1526469720c85937d2093c2781e3a4d5d8f04ba59cade 12 0.01/1.00 vMB 988
171,247 171,247 0000000000000a246104680f49d331c5d418667afc05e10b6c671493793e7572 39 0.01/1.00 vMB 16
171,246 171,246 00000000000007dc87c6f80874a32dc35c4a97ebe3dad4686e19e8b763571327 8 0.01/1.00 vMB 26
171,245 171,245 000000000000045ef9202eed0adc354b257fffea370a2849aaefcaef29a79553 154 0.05/1.00 vMB 211
171,244 171,244 0000000000000243dd21f012dfadb84d06c5f95f46434481af887fc357c73699 1 0.00/1.00 vMB 0
171,243 171,243 0000000000000996ebc8681642f43d8e3eba23b24c3d768bab1e78cf30e9299a 12 0.00/1.00 vMB 0
171,242 171,242 0000000000000016b4c1c38906c35a8dca9d74fc484ee167b8b16efebe02484f 11 0.00/1.00 vMB 46
171,241 171,241 00000000000006e573b04680d1d4d5aa9c3d923ede3fc5d2374da50d543cc19b 58 0.03/1.00 vMB 93
171,240 171,240 00000000000004f689e6ced6994b0b6e6add015f145c2c135b4efc80aab911f7 160 0.05/1.00 vMB 72
171,239 171,239 00000000000008943869b6c0c1f61e363ba90e0a26ed36b6629da143cfeff59f 95 0.04/1.00 vMB 87
171,238 171,238 000000000000051b214965f2b4fc1c11756ef088882f70beb8c81bb28aba9db8 63 0.03/1.00 vMB 13
171,237 171,237 0000000000000a0da7df4036992f9bca251726cd9ba703ac0b533f0a0273b64a 48 0.04/1.00 vMB 210
Previous 10 blocks ↓
Total Size: 780.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 520.79 GB
    • Received: 4.78 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.