Loading Tool

Explorer IconExplorer

Memory Pool

78,348 transactions
29.36 vMB
0.06611043 BTC
Random Selection Loading Transactions
Max Size: 176.44/200 MB

Candidate Block

Mining Attempt 30dbc4281a8861481173da5f99c5e7cc27a4d3af91589c73cb4985a0eee985f3
Version 20000000
Previous Block 00000000000000000000801f3e91662b185797f56ba83fa8ef7c650b3a81ab8e
Merkle Root 9b935e9a663700ed1f625752fd1e85a420b924add3bf0d3bf1213bd8361d5a60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,183
Size: 1.00 vMB
Total Fees: 0.00654162 BTC
Feerates: 104.71 > 0.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,001 (805,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,132 109,132 00000000000177f8c38713db52400d542a7a2845f99b59aae9ec6d3445be0b87 14 0.00/1.00 vMB 343
109,131 109,131 000000000001bfd34a0c5f7ddd06be2c63e987173121c413b7e72590d60ce61f 10 0.00/1.00 vMB 404
109,130 109,130 000000000001a21905afc90e0ca7513dd8f453716291bbf8834770aff4cde717 8 0.00/1.00 vMB 0
109,129 109,129 0000000000005fd7af7471ab686984eaba3b73db65557bd299e328e4a596c1ff 3 0.00/1.00 vMB 0
109,128 109,128 0000000000001254375824ad2dbddd10411544d6278d63177c1181a596a14b45 4 0.00/1.00 vMB 1,086
109,127 109,127 000000000000cc4393f2e7b1585d0a382fb1ea8919fbaa77663ce0918cc152ce 5 0.00/1.00 vMB 0
109,126 109,126 000000000000777c0c211bc9a9c6e82f86b2efab9e885bc92f4fb5251d9365c1 5 0.00/1.00 vMB 0
109,125 109,125 00000000000006a14c556dcb861309697e08948ea81998cf16d6f4472e95fe47 7 0.00/1.00 vMB 589
109,124 109,124 0000000000006436ce7289d33163a15487a4f16b5befa6617a3fc587d69167c7 4 0.00/1.00 vMB 0
109,123 109,123 000000000000f68be2b709f2a39bac9a6190e34533f2f4a55bfdd06cec2ddd09 12 0.00/1.00 vMB 0
109,122 109,122 000000000000fae0eafbcc459da768da7da4fb5658642d3d3e5970ce86279b14 6 0.00/1.00 vMB 0
109,121 109,121 000000000000867c4a69fd704a2e3a669d13a85a33e6bb07f753e3c15a27c3e0 2 0.00/1.00 vMB 0
109,120 109,120 000000000001165002d993b70573e48e4dc0f9e60f8f6a717a418a144e51416c 9 0.00/1.00 vMB 0
109,119 109,119 000000000000d998089aa1e17e42deced6c01b902a55ca0772f913489fb4292f 8 0.00/1.00 vMB 0
109,118 109,118 0000000000007f40cce010a82090f5ba4f766c5f87b9e8294329464a32390be5 11 0.00/1.00 vMB 0
109,117 109,117 0000000000005c3b5be53605adf8f9e3c7103440b5a650aa76e6c1779a500a82 37 0.01/1.00 vMB 0
109,116 109,116 000000000001b8545dabde1a2cc16fea6c38a1d91b817ee0faa5c3c3f1032c37 10 0.00/1.00 vMB 0
109,115 109,115 00000000000095a5accb24b148bff139ed5e42d92903f426af6cfa95bfa8787e 2 0.00/1.00 vMB 0
109,114 109,114 000000000001563bda1bec56d467cd07661c26eca75823078978613f6a821ea8 3 0.00/1.00 vMB 0
109,113 109,113 0000000000008a99b61a4be0d90c0229f9c459b77d6ea5ed658589a7f9b891b9 13 0.00/1.00 vMB 0
109,112 109,112 000000000001a40fb06e37f918decc098e6842e46c77dd87a7ef6360d4cddbd9 44 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.40 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: 664.69 GB
    • Received: 15.03 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.