Loading Tool

Explorer IconExplorer

Memory Pool

18,713 transactions
10.09 vMB
0.06151764 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.59/200 MB

Candidate Block

Mining Attempt 3e9a036d037a2bea89dd9edf7f5ed33ea6a7ee6d1c5b45cd26e38ebc9a7ef859
Version 20000000
Previous Block 0000000000000000000203884638a3a6062671eb947c188d0cf2d82b07622b4e
Merkle Root 47f50ae27075ea26b4f68d52bc98d4265e4d056262f7795e3474d021c71a98ed
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.03586244 BTC
Median Feerate: 3.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,369 (720,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,868 192,868 000000000000047af442851d758c4eb64a87a009a512989f3b2a1c4fc8fa4fac 44 0.02 vMB 175
192,867 192,867 00000000000000d9baa5771418c2dd898b03d89808dfe834798b2e2cf752bf35 184 0.06 vMB 215
192,866 192,866 00000000000002fc2a73073c61315c83641a95d40641e96e8c47ff495883ab7e 84 0.04 vMB 97
192,865 192,865 00000000000007b75d33efc56d03fddf5d5ed5b785d4f3b1eb3ed49fc4bd39f6 146 0.06 vMB 109
192,864 192,864 00000000000006b87c571693b5c64b8ebde8c2c968ba381999316551cb47fc3e 290 0.11 vMB 140
192,863 192,863 00000000000000db1d730b62762d6a332b2ad4d3f30a83b085048750e9dc8f84 81 0.02 vMB 5
192,862 192,862 0000000000000824eb54fbee8f871af6eeae399c0e44f6473f241a9666feb3b6 236 0.12 vMB 147
192,861 192,861 00000000000002b3c4b5b311c5a11f225e3cf9afe210a5651bab30aa47760aef 73 0.03 vMB 162
192,860 192,860 0000000000000358a44273b9ee68bd7bbc833e479055e6afce89f3d17efcb764 203 0.08 vMB 120
192,859 192,859 00000000000002ef2db86f6127df3e8305bc840941942b9bcab916c79b32f523 147 0.05 vMB 85
192,858 192,858 000000000000002f9025c5e2d92ed1b3f1a21d9af84826e60bc336c225c6497c 296 0.12 vMB 166
192,857 192,857 000000000000060819bd52ea5ac9f90a2d07e9d400218e22f7234cf973b2554c 32 0.02 vMB 54
192,856 192,856 000000000000053fdf7fa560a624bafc428c2c4734a4291f667b41ec3010f258 520 0.19 vMB 141
192,855 192,855 00000000000005951733546875da27c294f1b3897ece145ceff39a0009fe70b4 104 0.05 vMB 140
192,854 192,854 00000000000004104d61fc5fa6ef50f67037abf19f8a5728182561d879efafe8 270 0.11 vMB 602
192,853 192,853 0000000000000647e5be77d75990783e7b39f775a72ce554a53089076e95c6f5 347 0.15 vMB 119
192,852 192,852 0000000000000525f47f12c96b5980829a00b2ad9f966cf3009733b64b6eb5ec 10 0.00 vMB 36
192,851 192,851 0000000000000506d3e12bf45419d267916e0664d0916fc617281d0ba0a1d802 96 0.05 vMB 100
192,850 192,850 00000000000003c5536752ff7cc0849a973a48cbcf89b21695150effefe64303 66 0.02 vMB 32
192,849 192,849 00000000000004dd01f893973828a8c374ef144fcb123d56facde5c8f40365e7 32 0.01 vMB 5
192,848 192,848 000000000000043a886f154a3fae45dc1442b23ab4d8d504cd05ab9137312ff5 305 0.13 vMB 119
Previous 10 blocks ↓
Total Size: 779.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 102
    • Outgoing: 10
  • Data Transfer:
    • Sent: 189.10 GB
    • Received: 0.76 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.