Loading Tool

Explorer IconExplorer

Memory Pool

18,385 transactions
8.43 vMB
0.05038673 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.67/200 MB

Candidate Block

Mining Attempt f649ab14c2de6a82838366a30fb352775249652637173a6f4be68445f61554c1
Version 20000000
Previous Block 00000000000000000001816ebe27c4b538156b72d2393ecf91ed8f62040739b3
Merkle Root c4a5dd3c0888598f80d146037f3a8692a7e1bb685b8fa95a469c9bae52cae6ce
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,706
Size: 1.00 vMB
Total Fees: 0.03236623 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,408 (772,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,946 140,946 000000000000065bc012e8943231fcfb8334eeeaae6c850c4876d54b692bd724 124 0.06 vMB 188
140,945 140,945 000000000000015f51e585bcf3a6ecd629c40983e736c5b4b1e6850a393d8823 91 0.05 vMB 198
140,944 140,944 0000000000000272901ca119d34b260360e09ca7e882c688809063f1194f9882 145 0.04 vMB 124
140,943 140,943 00000000000005abbec6d40ccdac6edb69d47ebb1da7be2a1a473eb6e727037d 6 0.00 vMB 376
140,942 140,942 00000000000007ec7c11f7e93eed3773d33162100528dc943de2e8d1f709452c 81 0.03 vMB 183
140,941 140,941 0000000000000876a0a8e270a36e6e099a86469f6ac49a2cae1a59b16f66395c 59 0.04 vMB 231
140,940 140,940 00000000000000508fcd68007b0f2a61bf50fc01c2b5ae389c33c40a0f8b5d62 85 0.06 vMB 230
140,939 140,939 00000000000005de3eab6d895b427781e9d67b61b539e41e131b07acc260621a 39 0.02 vMB 84
140,938 140,938 0000000000000423ef50e704cb5ffe149886ab845f778190df792b1a0b2170d6 68 0.03 vMB 96
140,937 140,937 000000000000088eab42674fb4ae951639a352c4f775eb893d06d612887e3095 9 0.00 vMB 32
140,936 140,936 0000000000000266c8a15a5bfd7c54d851ed72679738e0f1aaeaadae5ba05a74 55 0.04 vMB 223
140,935 140,935 000000000000041c36d18be75e7d8a140ea529e1311fe7aaf3db02305a83f1d8 13 0.00 vMB 56
140,934 140,934 0000000000000862242536576cd7e538a24dcabeb69a1d85a422652f90be0c26 76 0.02 vMB 33
140,933 140,933 00000000000005860d8f5623a5d03b5283b4d6132e50277ee9134eeb14483369 38 0.02 vMB 169
140,932 140,932 000000000000062fc6063597ed32f5171d9063a652ca8942550791c7ebe3459d 85 0.04 vMB 83
140,931 140,931 0000000000000294b1b3a69b435ab1834d7ec9e3e25360503ed35e343cd64fe1 86 0.03 vMB 1,973
140,930 140,930 0000000000000218609989b97674ece3ea8a893600e09ff62054f16c3eb9b7fa 51 0.03 vMB 122
140,929 140,929 00000000000007059f7a8a49f40d8cac4a886bdcb0da9d5628c612755e19749f 105 0.04 vMB 96
140,928 140,928 0000000000000301efaaad8762bd28e6aeb9062267bcc2f04adceb1b3cf063de 153 0.06 vMB 2,027
140,927 140,927 00000000000000ac816bbafff668eef4db476dd798668af107f251cac8df757a 81 0.05 vMB 284
140,926 140,926 000000000000045d8ee15145b337a68a8fcac0ec3383a6dc66fe8231e975a86d 89 0.03 vMB 74
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

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