Loading Tool

Explorer IconExplorer

Memory Pool

37,500 transactions
17.93 vMB
0.13899834 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.70/200 MB

Candidate Block

Mining Attempt 3904473d0022e96374706f981a163a0a15f39b5cd8af7a7a65693c464985e553
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root d33da7e6551a84f7be3a0116f234bd7d65f64042b0c23549062ba78e1de0b076
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,000
Size: 1.00 vMB
Total Fees: 0.02922692 BTC
Median Feerate: 4.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (703,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,310 210,310 00000000000000dba29d9709757fc412ad55bb5277817a51464932ab98eba2f7 513 0.21 vMB 204
210,309 210,309 0000000000000211b6eb242f989f9f56fbe69f069a13f5c416d42477f93e5df7 97 0.07 vMB 83
210,308 210,308 000000000000003b5057d095e35ddcfa251de37c21bc744cdcedb67402ebdc10 137 0.05 vMB 163
210,307 210,307 00000000000004b55d8a1a422d9c4751e49caa27cd87ff796c27a522229970bc 210 0.09 vMB 152
210,306 210,306 0000000000000012c492f9ebfe5e4a2795a969f34d5b8889448d3d4e3db23885 95 0.04 vMB 135
210,305 210,305 000000000000008e5525ddd12976342841da61ac6f9cee7b00269411c800227b 8 0.00 vMB 457
210,304 210,304 000000000000018a2e4a51514e494236b42e7efb404dde98dad9b80607eb35fc 153 0.07 vMB 218
210,303 210,303 00000000000002622a2b808940e57e2738950a2e9fea1adc1efc5505d83d2278 199 0.09 vMB 185
210,302 210,302 000000000000000143f23285efc74400dc88004da3941f17dda152d718b4a1b9 32 0.02 vMB 78
210,301 210,301 000000000000016458ef124462c387d497442fbb1cd30cde9926f2ced1c33455 125 0.08 vMB 115
210,300 210,300 0000000000000410d3263e7355f09a892ea7ab049bb1c1cf8625270cb82e51bc 576 0.24 vMB 181
210,299 210,299 00000000000004607751a72662e08737ffbb5dcd1940a01556bcc44739c992af 124 0.05 vMB 20
210,298 210,298 000000000000048372fa437b483970eb390084091887f7df2a4a37a3cea818fc 473 0.26 vMB 189
210,297 210,297 00000000000003e5b4ca6549fa2012f3106e8e9958a750f662849ed301ff1491 9 0.00 vMB 82
210,296 210,296 00000000000003bbfd5962b43d166d8091d15d05ec20ac10bffe6a9530eef3d0 6 0.00 vMB 166
210,295 210,295 0000000000000118a0ae21bf589f2858297b3b4d1129233d727a89f6ecec8e7a 592 0.32 vMB 122
210,294 210,294 00000000000000a582c9ac8b0b2cf0e15d6faa4d9e8c72d1e37501f9ce8ed28a 158 0.07 vMB 119
210,293 210,293 00000000000001e30814c48a56c8e51c61a6d83617dcaab3602d2099a5163a37 287 0.12 vMB 179
210,292 210,292 00000000000003fb4506a335765841d7ad013ff721ce82ff7b05f20848d730a5 151 0.10 vMB 120
210,291 210,291 00000000000002dd343bddf575d608fb8aa367981d31d88eaec30055fd05ce29 156 0.10 vMB 77
210,290 210,290 0000000000000207549b461347cd2ecc9a7914ae8fe3fdcdaf4c446b5a8f614a 474 0.20 vMB 188
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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