Loading Tool

Explorer IconExplorer

Memory Pool

29,284 transactions
6.65 vMB
0.05268471 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.81/200 MB

Candidate Block

Mining Attempt 3274890e1b0b44b330568d23183b2050c5768db0eadedca506e61f6705457761
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root 0ec452c83b8cfd76b152c439e3aa0987d99f4cd594473f0328f6e42bafeb83f3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,277
Size: 1.00 vMB
Total Fees: 0.03580736 BTC
Median Feerate: 2.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (664,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,910 248,910 000000000000000b4697a010f4ff954324a996f52bc5a8475ab26d257f76f0b9 532 0.25 vMB 138
248,909 248,909 000000000000004e86e42b62d2954da687302d785cb5bcaaf46f112f6896759d 5 0.00 vMB 94
248,908 248,908 000000000000005531d90ad6737eb8733066e5c721efb96b1ee40e09183435f7 508 0.24 vMB 139
248,907 248,907 000000000000007a9b86651de72634e3765383aff39aaebdf2c69d6af0c5fa72 32 0.01 vMB 129
248,906 248,906 0000000000000063924fb862541be047ed0e82a98025514a1b02a6c7fe11d169 273 0.12 vMB 141
248,905 248,905 000000000000000912af0c756a865673b7e1035d1497a4342472d1c3d6ec6e0b 256 0.16 vMB 32
248,904 248,904 000000000000004ebfc780bdd5cf01a8a2d807913705cedf6f8dccbf05286efb 226 0.13 vMB 130
248,903 248,903 0000000000000079edb8febf2e912033f9bbe67a728c211a67b5861ce6f69b1b 43 0.02 vMB 107
248,902 248,902 000000000000006e34017b069daf5bce4918b3e3f3c1867ec74e027d97393617 5 0.00 vMB 84
248,901 248,901 0000000000000043ea5b63fa9289deed8d0e02541887642ddd776d4dbe8a11a7 112 0.05 vMB 105
248,900 248,900 0000000000000084c69f82dd4997d16addeefc81dc88f3b5c929f32b4188ef39 280 0.14 vMB 134
248,899 248,899 000000000000006db032e87d7b956c65478c440385035967c2dc130c7fa7e088 128 0.05 vMB 164
248,898 248,898 000000000000004e091dd65bc776b3a9630586fc2e3ca299c8c760416d5abb17 386 0.16 vMB 161
248,897 248,897 00000000000000676a177b7cb0a4f0610380c80d819782a8b82fc773ef1e3d9c 414 0.19 vMB 142
248,896 248,896 0000000000000027298d76eb6575798623aed13138f811d179844dfee01cc166 56 0.03 vMB 143
248,895 248,895 0000000000000037ffc247bd6e77e878f056094b4d5b9f60f47953c759108575 118 0.05 vMB 117
248,894 248,894 0000000000000056f8134bb1efea4bfa8d11795b373546e68de4fe0a519e363b 74 0.05 vMB 114
248,893 248,893 000000000000001e0d38a0e01227452393a896fddf2b9e9ed2c30773b92aac4a 324 0.15 vMB 143
248,892 248,892 000000000000001375e7d1e3c32fbf0dce37296965f6a357dc6930a971ffc66c 144 0.07 vMB 109
248,891 248,891 0000000000000004321843d98cb072fd5ed9cbf33954f0b20cf4a52e2a6d77d7 17 0.01 vMB 41
248,890 248,890 000000000000003059385b8897418befa6fb49a4621e198cff812b2cd5cf0b29 114 0.07 vMB 146
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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