Loading Tool

Explorer IconExplorer

Memory Pool

80,514 transactions
35.08 vMB
0.20219627 BTC
Random Selection Loading Transactions
Max Size: 195.25/200 MB

Candidate Block

Mining Attempt 9e67b9d3b815fa410aab1c0ee56b44b39b007b08f1f2716055451fb89fbc5d0f
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root a260da370cc3f2acb69cd573eae811471f3191e5495c9c769595d49afa8434e9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,550
Size: 1.00 vMB
Total Fees: 0.06442321 BTC
Feerates: 477.45 > 6.46 > 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (86,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,224 829,224 00000000000000000001745c27499dc505d83c5cf5942989b6cd5d67a704635b 1,431 1.00/1.00 vMB 29
829,223 829,223 00000000000000000000a667534fa89eaf8fe95fe2b848dd5307de3c34be1658 1,189 1.00/1.00 vMB 26
829,222 829,222 00000000000000000001977f43cab671afbe85c06ff6bbaf0f3019428b5151ea 309 1.00/1.00 vMB 23
829,221 829,221 000000000000000000010ff5e73517dd5a377a1407f9b25700ca3b01ebbcf2d7 1,836 1.00/1.00 vMB 29
829,220 829,220 00000000000000000000da00e17e91722ecdeb56d8aeb17b8a27d9f443202008 1,989 1.00/1.00 vMB 29
829,219 829,219 0000000000000000000026778f6d639237d7eecdcc0f1d832dd917a2b5e2d463 1,890 1.00/1.00 vMB 31
829,218 829,218 00000000000000000000020a0fb49f6dc92e1d26687ea2610c469409b89551d4 2,436 1.00/1.00 vMB 32
829,217 829,217 000000000000000000005fecfed03f39c608fe676b23170a2c1d4976324c3932 250 1.00/1.00 vMB 23
829,216 829,216 000000000000000000026a75fd15e4f28b7f96cd7153f3ac54301424b7b39d13 374 1.00/1.00 vMB 24
829,215 829,215 0000000000000000000254d04b6eea121c51cb3a4bcf3b4336eb8273049e8781 2,881 1.00/1.00 vMB 34
829,214 829,214 000000000000000000009196be02036a19a3ffc039375bdd4fd91d8db6a160ce 1,866 1.00/1.00 vMB 26
829,213 829,213 0000000000000000000227ae45434c1d3de5defcd5a771b0bf24bf6df5a851e8 2,846 1.00/1.00 vMB 33
829,212 829,212 000000000000000000004ba26db305b50c2892e6c46796b9322115f2da1f0d4f 2,770 1.00/1.00 vMB 45
829,211 829,211 00000000000000000003ad31c16900b8ca2819064cddd336d6e52c40874e8b95 1,483 1.00/1.00 vMB 28
829,210 829,210 0000000000000000000341c55ed0ee6bc7bb02dd5a4f825fb75b9b0f8e6c7f34 188 1.00/1.00 vMB 23
829,209 829,209 000000000000000000027d0373b763f69ad12ec54fa9f441061db71325a0535f 1,021 1.00/1.00 vMB 27
829,208 829,208 00000000000000000001ef4b49d311c0879c7c3f072eb5f07d48ee3e16c40c02 516 1.00/1.00 vMB 23
829,207 829,207 00000000000000000002431c22b9db828b141d6b76b611480d0b4d2c5617e83f 3,216 1.00/1.00 vMB 36
829,206 829,206 00000000000000000002f81f0482e87ff7c8393b6c4bb59026d1a8b16381261b 1,271 1.00/1.00 vMB 27
829,205 829,205 0000000000000000000022bd192b469de793c9b724a1d1d2ab00b7c501b06338 458 1.00/1.00 vMB 24
829,204 829,204 00000000000000000001f8ccaf322c11b00eabdbd90e4d4f9b1c37b0f965c9a6 406 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.11 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: 736.11 GB
    • Received: 18.58 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.