Loading Tool

Explorer IconExplorer

Memory Pool

40,358 transactions
18.90 vMB
0.18663764 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.87/200 MB

Candidate Block

Mining Attempt 84153361dd9c423b9871a754173c90c9b0f84396de874bde7edd44caaa507c2f
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root acf2c995aeddb9a20fcc893bd7b45cf38b20e7f9d9aa77b0a31b0c3ee2b46d10
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,384
Size: 1.00 vMB
Total Fees: 0.05549040 BTC
Median Feerate: 5.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (766,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,315 147,315 00000000000002c9bb3a2cde1a267ec682c928eedc260d90d8aa97a68c4e0db2 11 0.00 vMB 105
147,314 147,314 00000000000003f979244191e459dd6392b645d2e8b2eb292b8419639149d94a 28 0.02 vMB 126
147,313 147,313 00000000000000895c9cd8d482f5bad7514a5ba1494fa12bc17f7d6a6de95ac7 71 0.03 vMB 57
147,312 147,312 000000000000082f56e67703d4e75420810f3771fc71a080f93975edcc52b44d 32 0.01 vMB 95
147,311 147,311 00000000000001ab6c304d478ce0995302823ee84e7f90f3183734a082927fe1 19 0.01 vMB 52
147,310 147,310 000000000000058203713b82066467534fae4757706e5f2af1b762f08b3e2348 21 0.01 vMB 27
147,309 147,309 00000000000006cdce7cd1c4c9c14e563b841517b61e603a0c20f450fe65eb46 56 0.03 vMB 62
147,308 147,308 000000000000061e976b00ec012f94611da57295a847a927398ed786101123c7 19 0.01 vMB 232
147,307 147,307 000000000000026c088cf958740f4653dee25d10db9da3b58405ff88b4906d27 43 0.02 vMB 610
147,306 147,306 000000000000049909f2482c73dee55a67332cb46ef4d49397db37b193f22e0b 13 0.00 vMB 59
147,305 147,305 00000000000008cd3e495554079a6cc0daaeb9fda2fdd08b1f1105ceaaec8748 33 0.01 vMB 139
147,304 147,304 0000000000000421d177fb50f2ce5b343f103d5f715e74d1bded4164ef472086 6 0.00 vMB 74
147,303 147,303 000000000000007db99079ffda459cdd39f9d62c69b16b868cff60211d107563 8 0.00 vMB 90
147,302 147,302 00000000000006ad4acf8893cd88ae8a8426c27b3a815bda57c53a5097a4d6f4 36 0.01 vMB 77
147,301 147,301 00000000000003ed3cf2e778967db11534d10ba2c656e2ff5d0b3a5db34a762b 148 0.05 vMB 79
147,300 147,300 000000000000014690dde11bf076c2124f5227fbbbe15ef1cb1d8823e966693e 15 0.01 vMB 45
147,299 147,299 00000000000006eadd3ac46f58eed40f67ec651fe7cb4bbf9c0008cbe9d85258 56 0.02 vMB 88
147,298 147,298 0000000000000129c88f016a8cd63c8f6398f0e65edf2b8bfa87468181ef9b52 8 0.01 vMB 1,323
147,297 147,297 000000000000092fca79adf8bceb3cbffd9aef2430a7305d61a2b9773458dd4c 30 0.02 vMB 475
147,296 147,296 0000000000000307f8056d444449229809a833f5ea938392b255d7d3d1878dbd 65 0.03 vMB 169
147,295 147,295 000000000000077109153fbd56209486c31c18958445ba67bd64a768c279208a 55 0.02 vMB 0
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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