Loading Tool

Explorer IconExplorer

Memory Pool

75,090 transactions
27.59 vMB
0.06731303 BTC
Random Selection Loading Transactions
Max Size: 168.57/200 MB

Candidate Block

Mining Attempt 28db4dc2c7716d8cf942a32077f33b0628c0c9981b79f2fdb07d549bc505c623
Version 20000000
Previous Block 0000000000000000000091aab2e57355cdf4c0fac78ba90baa2b5eeac3f0e020
Merkle Root 586fa9a5d8d2c1d23f593fdff3ff3a67a0cab9c972be9926725c3628d58307b2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,054
Size: 1.00 vMB
Total Fees: 0.00858224 BTC
Feerates: 526.32 > 0.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,278 (302,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,339 612,339 0000000000000000000982fd1ec69dc532cfccaf9e27e6b4583b3ff42e94fc40 2,582 0.95/1.00 vMB 3
612,338 612,338 0000000000000000000b8618b5b549a4910c3f656285493c6e2eb18e1ab571ed 3,221 1.00/1.00 vMB 26
612,337 612,337 0000000000000000000031d2f1895b23294a3c1cec3c2dabc954febc91babc28 108 0.19/1.00 vMB 1
612,336 612,336 000000000000000000024be2bce6128616f81196c132ba21a361dc4eb8bd7a93 3,065 1.00/1.00 vMB 13
612,335 612,335 000000000000000000107051f34256eceb0bc3ae6234c04e10789c016d57aee8 1,616 0.55/1.00 vMB 6
612,334 612,334 0000000000000000000e0082f7a28ce674346c715653c4e3f8e44aba267e16d9 2,577 1.00/1.00 vMB 17
612,333 612,333 0000000000000000000f7c17ffd69cbf1638ce3fd75291412e77ab256aa8350b 253 0.09/1.00 vMB 11
612,332 612,332 00000000000000000007374811a94c746f1f03c520affa4735392051a309511b 174 0.05/1.00 vMB 13
612,331 612,331 000000000000000000087a276e7adf30d7e89f2512cf6617acf9d9d95ac9c9c4 766 0.26/1.00 vMB 18
612,330 612,330 00000000000000000013988ff49265ec716b23aa1ea8934cc9990e07b6e4b8dd 1,672 0.55/1.00 vMB 15
612,329 612,329 0000000000000000000694a7e2fec08cf49f2b834b031dd08cb276b756ecd34c 2,856 1.00/1.00 vMB 18
612,328 612,328 000000000000000000145dbd6f63eb41a038168f0966896d6428c2d4930fd94b 1,354 0.47/1.00 vMB 17
612,327 612,327 000000000000000000095f275a7e5f303add1c9bb0638a016ab9fcfb6bde3372 2,220 0.72/1.00 vMB 13
612,326 612,326 0000000000000000000f11d2c573d845afff54bfaaae2f89e8332201f45a0a98 1,239 0.39/1.00 vMB 14
612,325 612,325 0000000000000000000f8be19248e88263b8d37afbcd0be3f100eff4a2225930 2,895 0.89/1.00 vMB 14
612,324 612,324 00000000000000000008597026a5812af49ceaf7c36e5d92b2ec9f932638ae9f 130 0.04/1.00 vMB 13
612,323 612,323 000000000000000000011276f1d4f7ec055bd5156b1495e3dbdf05a2d7590340 40 0.01/1.00 vMB 34
612,322 612,322 00000000000000000010b2fca34955faaeea0fd21b42d3817dabf5ee76865fc4 1,566 0.52/1.00 vMB 13
612,321 612,321 000000000000000000055678edcfc4dbd52800e9dde70ce757a3e4bf1cdd85d4 872 0.29/1.00 vMB 20
612,320 612,320 00000000000000000014388a34a6271a64f89bc24f9349f2701207bdc1d9b5ea 185 0.05/1.00 vMB 17
612,319 612,319 00000000000000000008dfca400980c5ff4fdecea2e4a5a85eb33fadc4545c93 1,467 0.40/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.87 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: 713.10 GB
    • Received: 17.31 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.