Loading Tool

Explorer IconExplorer

Memory Pool

84,259 transactions
31.82 vMB
0.09968313 BTC
Random Selection Loading Transactions
Max Size: 194.54/200 MB

Candidate Block

Mining Attempt 7897cdbec1da07e76670d8a74dbe3cf426f64cf196598ebf02622cc73155ccd1
Version 20000000
Previous Block 0000000000000000000157740f438ce3e5ef10f5710cd37a32b7a7487f8610f1
Merkle Root 2f7ff7c40ac46f01fa35e8c8a0533b29c4f7b4a0c00a1b2f80828254a1958bd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,394
Size: 1.00 vMB
Total Fees: 0.02375485 BTC
Feerates: 115.99 > 2.38 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,218 (299,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,524 615,524 0000000000000000000460553deb725d1624a0857884a6db3c9f831611c1e296 948 1.00/1.00 vMB 69
615,523 615,523 0000000000000000000ccc82cfa3c56d6796cd044649314f983057a8e4df8457 1,943 0.59/1.00 vMB 13
615,522 615,522 00000000000000000010e882f6ffbc3315c0e787d2b96575fc16432b4fe0d80f 390 0.17/1.00 vMB 12
615,521 615,521 0000000000000000000c6cb842f60e33abf2ba8e9a144cd0849d35d929763f7f 593 0.22/1.00 vMB 24
615,520 615,520 0000000000000000000ad519b707a83912d0d11d503b261517afcac6fb160c6d 117 0.03/1.00 vMB 13
615,519 615,519 000000000000000000021d03c5c5c7ed18b4138e14e8107da78438cb7965fa68 2,336 0.86/1.00 vMB 11
615,518 615,518 00000000000000000007c473dda52f77b3b89575139cbabc84c440d570fff593 3,233 0.99/1.00 vMB 10
615,517 615,517 0000000000000000000b0c37938411aadca2d5525901e43118930563010cb785 2,324 1.00/1.00 vMB 3
615,516 615,516 00000000000000000001b9eb31ff950a3984f58548efe883ddc281f22e7c4b58 2,802 1.00/1.00 vMB 14
615,515 615,515 0000000000000000000eddccb5307d121ce2734862a02df545401cf4498b9dfe 2,694 1.00/1.00 vMB 5
615,514 615,514 0000000000000000000e1d4b7aa209d1d336e9da40cafc98b548f297eae744ee 3,173 1.00/1.00 vMB 23
615,513 615,513 0000000000000000000c7e2c805bbce0db32b5230fcce6a258fdc7bb47a272e7 1,898 1.00/1.00 vMB 12
615,512 615,512 0000000000000000000ed381419dc6ecde108adf8b2cbdb454302aad9c2e58e5 2,832 1.00/1.00 vMB 19
615,511 615,511 00000000000000000005824733267a2d6a18782c6bb8accb5ff8b0364d835f68 1,359 0.38/1.00 vMB 12
615,510 615,510 000000000000000000000f94d96a101ca99c026701a73830035206247bed7d3b 1,235 0.39/1.00 vMB 12
615,509 615,509 0000000000000000000f07adeb5c632dcf0a73e235bdd74532d75798ad3e3699 1,692 0.50/1.00 vMB 10
615,508 615,508 00000000000000000006f8e7d09038ba3a5d64156fd6701508daf58c7afab212 1,820 0.58/1.00 vMB 14
615,507 615,507 0000000000000000000c6c64533d58f926dfbbc8890b9c4b0540825ad6d0af31 1,393 0.43/1.00 vMB 3
615,506 615,506 0000000000000000000651dc2aaaa12c8f43ef7670a9736dd686d9f02d0a75b6 2,839 1.00/1.00 vMB 15
615,505 615,505 000000000000000000063f666d006acc3c83013f38be1662986639a7bfc19d79 2,902 1.00/1.00 vMB 17
615,504 615,504 0000000000000000000b1f4ff5177bcde67eb8d1edd9d366790318d17664ecf3 1,129 0.38/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.77 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: 709.17 GB
    • Received: 16.86 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.