Loading Tool

Explorer IconExplorer

Memory Pool

39,535 transactions
17.87 vMB
0.33587822 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 5 sats/vbyte = 4 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.75/200 MB

Candidate Block

Mining Attempt a0c24d2239a8a8e4c97a231423dac7b83867b72f9fa666b28bff61139d9abc98
Version 20000000
Previous Block 000000000000000000020644f86d66c63bc956b8ad66a3c76b0d77ad346ae271
Merkle Root e474af65d293c75651599370eaaf84a3799a9a1135606546fc8c6a4fe640806a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,754
Size: 1.00 vMB
Total Fees: 0.09794506 BTC
Avg Feerate: 8.79 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,051 (768,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,239 144,239 000000000000023d8b93f75b34beb321ed3abc8708d1ad9f6c70ca9ded3dd307 0.05 MB 105 263
144,238 144,238 0000000000000634488890787e5ef8a351f6a96b1328dfa8adcfdc3827608799 0.01 MB 40 61
144,237 144,237 0000000000000363ddf445b227181ff819fc036f1b5a9e9efa2a5f4f0355aebd 0.01 MB 9 43
144,236 144,236 00000000000005cd3949d6572969ff1c813e142e887897c9f12958bdb9bb1ead 0.01 MB 45 87
144,235 144,235 00000000000008f2726576c90195b5e7bbf271802678b2303db6bf163c20d6fb 0.00 MB 10 20
144,234 144,234 00000000000002f9b754bc576b6ea95eb50c7d2b75ac5e05b78f6c585cfb8665 0.01 MB 24 43
144,233 144,233 00000000000007535a57828e5e7770aba9c9d113cd1b740268491f3fefbd7381 0.01 MB 31 274
144,232 144,232 000000000000007a01810fe7823688f175c98274cfcb4734e8996db2bbabaa13 0.02 MB 32 134
144,231 144,231 00000000000000a1cb203359b71afed2654f6a03553ce83b23ce46da7a230a9e 0.00 MB 9 345
144,230 144,230 00000000000005e889939a8c7f1f615d5715cf986c95376c7011fb464f614374 0.01 MB 22 567
144,229 144,229 00000000000004080abbe3b868210de3bfbe31993b6cae2b12d760a791be4053 0.02 MB 64 189
144,228 144,228 00000000000004804c19cce43f0e18751b607809c076bdbf2adabc024be66bc4 0.01 MB 32 304
144,227 144,227 0000000000000122730357442f22753cc7b207645290085479f5f130486deece 0.03 MB 45 86
144,226 144,226 000000000000028cd15bdddf04b380590e40e32237fcfc96a05cfceb8563a0d4 0.00 MB 11 578
144,225 144,225 000000000000031c84245c7c6c850b8b2d474087cf02ec98a2d58eba85fcb7be 0.05 MB 134 34
144,224 144,224 00000000000008bb4f4de1230bf748ef204ee40d3a2a627975908e8c6a598355 0.03 MB 18 559
144,223 144,223 00000000000005ef05d0eb55ce8e3227a83da8bbac21069e9ea24610eaf56251 0.02 MB 39 337
144,222 144,222 000000000000029addb200c39638fb4be23a31c4a67d88ead26e7f0695a32606 0.03 MB 61 320
144,221 144,221 0000000000000002c59e7de3f5c1b6228366903e685e721331e559090a6bc720 0.04 MB 101 152
144,220 144,220 00000000000005fc6b280e75459cf00a210377da80dba8c8a16df575f4273b70 0.05 MB 110 66
144,219 144,219 00000000000006d54c059ff4231ace24027837c759429b8f5fe485fd0838c32c 0.01 MB 20 102
Previous 10 blocks ↓
Total Size: 778.94 GB

Node Details:

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