Loading Tool

Explorer IconExplorer

Memory Pool

18,213 transactions
8.64 vMB
0.10749694 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.89/200 MB

Candidate Block

Mining Attempt 9960b25fd354d01f02aea34923b1321362b7b06f413caa5fedfe33a3ed48da1b
Version 20000000
Previous Block 00000000000000000001a3bad11a156a9b1405118d655a367303f4e9599e5dec
Merkle Root eb5aba02241b4a1dd7fdf7b5d3b7dc30c68c33706c25d9dcac0d66711db4a4b0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.08937914 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,429 (712,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,566 200,566 00000000000001a5ed55af21d278ab9def5d4c517232ed1b357632aa8465e206 281 0.09 vMB 27
200,565 200,565 00000000000000e1af5ce7ef184d7f56a5bf0a079647c271aab6273ecb5e7d05 29 0.01 vMB 161
200,564 200,564 000000000000004899ee200e7367b99600be8b4a571af9f54d7c802b7fa49f89 45 0.02 vMB 127
200,563 200,563 000000000000045e727831d569c878725ea20fd0c202218a8c982100d46fe0b7 124 0.05 vMB 19
200,562 200,562 00000000000000bbeab252c3987176eb09c56177bb17c9023e37fbc39ca9818c 136 0.11 vMB 42
200,561 200,561 00000000000002d9edf2b219e9cbef1b9f755e5448c60c901453655b6c82214a 215 0.08 vMB 163
200,560 200,560 000000000000000781d159244e763e5030996f0da31a7457b4ae2b60badbc78e 103 0.06 vMB 141
200,559 200,559 00000000000003a8364aef552f00a6723b1e053dec41e0e8829deafe95950492 38 0.05 vMB 60
200,558 200,558 0000000000000014d30a885cf503a1e8881906c569af5c752d202f6eade54562 71 0.04 vMB 87
200,557 200,557 0000000000000134b9eba8c175a67085c9e09467e163a0b9760ca0cc5e1a46ad 196 0.08 vMB 138
200,556 200,556 00000000000004882931201485aa5c9e0c049653c5880371b9c14c62743ec9a9 124 0.05 vMB 125
200,555 200,555 00000000000000a99cc46d1c4c374d4c155290765185639a459e77b46c20a537 111 0.04 vMB 60
200,554 200,554 0000000000000477f49521f108ae68353f3bd006866ebcc005e147540a099e10 247 0.11 vMB 129
200,553 200,553 000000000000028acc35607909520c513daf526656a9cdea8a6ae2c047bced42 14 0.00 vMB 352
200,552 200,552 000000000000035e3050372a1ebd35f6fd6387c86b46aa3330d1e60c2552cd71 212 0.10 vMB 120
200,551 200,551 00000000000002e9934e8d79f3cb3a582aa6dc7355cf01dea309bf7ee2e72263 183 0.06 vMB 167
200,550 200,550 000000000000052100ee780c33eb21904d280ab0d23e22f956a901830d7e0606 88 0.04 vMB 112
200,549 200,549 00000000000004db688fdbb492fcb10b3d2aad78c1794c25258b929d378f5030 7 0.00 vMB 489
200,548 200,548 000000000000054720ac9445ad00439e2c20fa2af22330bfa8b427bc9021aa71 245 0.08 vMB 268
200,547 200,547 00000000000001f152dd19e31411545b7b4cfee128e544a8b7acdd78f0e4ce75 54 0.03 vMB 14
200,546 200,546 0000000000000048b0f197ccfbf99713c99f665ef8b3d680e529baa50092f567 508 0.22 vMB 230
Previous 10 blocks ↓
Total Size: 779.62 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: 301.45 GB
    • Received: 1.32 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.