Loading Tool

Explorer IconExplorer

Memory Pool

82,041 transactions
30.29 vMB
0.09255354 BTC
Random Selection Loading Transactions
Max Size: 182.46/200 MB

Candidate Block

Mining Attempt 5c3b8ab696f99b63b0f879c12f9f7d5f1afb9b8c3e4120484dc3c2ed77fecae3
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 4cef0fd8a18649f6bc4db9579d5a8480ae96c6e2199c0ea85f92a08413d0e236
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,945
Size: 1.00 vMB
Total Fees: 0.02979601 BTC
Feerates: 454.44 > 2.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (842,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,051 72,051 0000000000facb4531d1d76608a59a81b6f54714ee2440fd99a83f87a994934c 4 0.00/1.00 vMB 0
72,050 72,050 0000000000c4b2fe92b3570a284160bdfb56c9faf0f146efa3e8e8a483d59622 1 0.00/1.00 vMB 0
72,049 72,049 00000000003fb942bca8ed7994f01994703824bb51faa5a3c39ad1a175972a18 1 0.00/1.00 vMB 0
72,048 72,048 000000000049e250c1ff421f8ddec41702e0cfa213844e20a7943c5b807b7359 5 0.00/1.00 vMB 0
72,047 72,047 0000000000eab41c0e4033bdde4b50cfac5aee6a2f86406ddc84332d93ae2aee 1 0.00/1.00 vMB 0
72,046 72,046 00000000003307f349cddcb9956597dcb72f49f61271386aa38586b60b0e2ebe 2 0.00/1.00 vMB 0
72,045 72,045 0000000000ca926bf620c8437657cf4b234dcbdb5385216aaa825ddf8d75207c 2 0.00/1.00 vMB 0
72,044 72,044 000000000035bdb792d981138aff599bc70f498a98aab6478a96efa8df4f6a67 1 0.00/1.00 vMB 0
72,043 72,043 0000000000513dbb6f3895d8b26ebd1fda2cf29e491580131a3740464dc73a5d 1 0.00/1.00 vMB 0
72,042 72,042 00000000006fb4fc574877c88e47c8d5923172675f509a0334a86e35a76533bf 4 0.00/1.00 vMB 0
72,041 72,041 0000000000110f1b38dbfab749cccdced3188412467351991462ba76fbc579d3 2 0.00/1.00 vMB 0
72,040 72,040 0000000000213624504405878761f6b3e34dd52fc61b629a4c5bf1cc99635575 1 0.00/1.00 vMB 0
72,039 72,039 0000000000fdad0d059eb1df494bb5e3d14e43d44bcacfce1a54b9639d348190 1 0.00/1.00 vMB 0
72,038 72,038 00000000007d0b63089dc361a0af78ed78d8819fec782071c7de7026e80b6f2f 5 0.00/1.00 vMB 0
72,037 72,037 0000000000478622b39e210053e6a14656c6fe13817dcff54c9374d2763e7243 2 0.00/1.00 vMB 0
72,036 72,036 0000000000716137b71cba6db9e83cf60a75bb72ca4a53fd9bccb6bf89018d90 20 0.00/1.00 vMB 0
72,035 72,035 000000000007230c02192ddf127262dcf3b79aaf871e738e9cbf4813be61fe77 21 0.01/1.00 vMB 0
72,034 72,034 00000000006eb4cad6869ee939de67bdd42159b8d3c389fdee44d58ec8a45874 1 0.00/1.00 vMB 0
72,033 72,033 00000000006e043cce064b308d9bfabaa0396ddcb5c27e1ea085b569eac83e19 1 0.00/1.00 vMB 0
72,032 72,032 0000000000f38a9de987d75414e3dce89b3fbede411dca2a6bbce7ebfb83c3b7 2 0.00/1.00 vMB 0
72,031 72,031 000000000060e54ea31661266e1fc5730f004c1329351b0016116ab2cfefda19 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.