Loading Tool

Explorer IconExplorer

Memory Pool

33,231 transactions
13.98 vMB
0.05399552 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 80.82/200 MB

Candidate Block

Mining Attempt ad327e51feaee19a35146027f97b57e5dca469d982b9449fd26fe03a17e05702
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root 42581090b860b16058e9a658cb98c001f2f9a02e1dc17e928437a7fad996efa1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,008
Size: 1.00 vMB
Total Fees: 0.01568160 BTC
Median Feerate: 1.09 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (689,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,894 223,894 00000000000002a24c76fb787635208801e305a2864a85f408f34029a57c82fc 333 0.14 vMB 200
223,893 223,893 000000000000034299fe7a773a98f4d7233054dedcece292c37fc9d8234875e0 228 0.10 vMB 143
223,892 223,892 00000000000001bcd79ee6f8751c000ee4986a5ac6438d21da9bfc1ff3e6b77c 380 0.23 vMB 128
223,891 223,891 00000000000001ee172d1455965795c41c97957ef1d06e3d4792a62341082fe8 516 0.25 vMB 1,746
223,890 223,890 00000000000000433b65d11405e5b81d3a8f060245e339ce2a04db553595b1eb 699 0.25 vMB 198
223,889 223,889 00000000000001382ce68cd7cc17c21b2cf7ecd7a65325e587afe8e41f126503 983 0.45 vMB 173
223,888 223,888 000000000000026e83792283b1706d098107fe994c34c1220adb381d149e78d0 208 0.15 vMB 34
223,887 223,887 000000000000012a429ad80def42cb5243b8dbf09c6cdeac7947dd0885ae6445 467 0.22 vMB 175
223,886 223,886 00000000000000580193419b4f15ae44953ffa4d252f5338fcec58de61aa9261 268 0.11 vMB 186
223,885 223,885 00000000000000e0b711581c7f664ab3bcf813bf6d17ec131f15b26ed75fe35d 245 0.11 vMB 175
223,884 223,884 0000000000000306067182d116599fd0fe65f8162d20aacda7477f55c42dc41b 359 0.20 vMB 141
223,883 223,883 00000000000001dff66874eb90656f92db749697156b60b7dac3eee28e087371 9 0.00 vMB 155
223,882 223,882 000000000000015a3d463751eff2ae74cbad7f4c204f17a3f7bcad22d61ffe73 680 0.25 vMB 231
223,881 223,881 00000000000000a323f717fdcbeed5682215c0d28074a4fc4d760eacd7757aaf 540 0.21 vMB 204
223,880 223,880 000000000000016105fec2cbde0f684348cb58790056bac2b1cd25d12f834a25 229 0.10 vMB 194
223,879 223,879 000000000000009037701d3402cd9bd1cbc7c4ca5ef0e395c3ea6cde529e4775 125 0.05 vMB 161
223,878 223,878 00000000000002f86793f3cf16b35524eaf8cfd7ba59e41c336c33b35d3a4be8 198 0.26 vMB 28
223,877 223,877 000000000000022ec0aa82625fe7302cc37068398847dbf89dd32e5802fcbd03 160 0.07 vMB 131
223,876 223,876 000000000000001bb9149f5d7b14f971a9b48474221eaf309aea76d04a832f72 609 0.25 vMB 199
223,875 223,875 00000000000000d2eecbf403660d1da6b6b5a02665fc60c5926dc8b2be71ab58 299 0.18 vMB 144
223,874 223,874 00000000000002dc4bc181ddadd91196a79fbfd4276d7b927b8cf7d6d5bbb4ec 91 0.06 vMB 129
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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