Loading Tool

Explorer IconExplorer

Memory Pool

80,511 transactions
30.90 vMB
0.07038469 BTC
Random Selection Loading Transactions
Max Size: 187.98/200 MB

Candidate Block

Mining Attempt d97328133db64a4baaf19f4310f0f58c3046e76160572bcd7fe91bb03707e1a9
Version 20000000
Previous Block 00000000000000000000e6b6d7770bd2fe9564667081eb588a4ee37f4db3b6f3
Merkle Root 7e1dac3afe69df405206a50f9dcba5875cabeecb4aa3d8f15542b3523779f0a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,847
Size: 1.00 vMB
Total Fees: 0.00399802 BTC
Feerates: 70.37 > 0.40 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,213 (509,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,610 405,610 000000000000000002899a39243e3d1f48ee80cd5d203cc05aabd24533f07f65 114 0.28/1.00 vMB 12
405,609 405,609 000000000000000005ac97aa3de177df588435c5285706b4cd2035c402914076 935 1.00/1.00 vMB 26
405,608 405,608 0000000000000000056947b7a2f0f8d7d4d269263c28a1949572c26f3b9a183d 946 1.00/1.00 vMB 26
405,607 405,607 00000000000000000338f8284ab845fbe0decbda897aaa713d9beed5b407ead9 1,675 1.00/1.00 vMB 36
405,606 405,606 000000000000000005adb27e9b2a50ef4524e0c82610f9c5b83ad257782f9895 1,911 1.00/1.00 vMB 30
405,605 405,605 000000000000000003d75232908a14c3f79b788e780f549e19f1a9c45dc09940 2,525 1.00/1.00 vMB 44
405,604 405,604 0000000000000000037f6fd858519e990ca210fbf1169bb99afe4d438053969e 2,402 1.00/1.00 vMB 82
405,603 405,603 0000000000000000037c4e9cc0b402cf92c20626eaf1ab67fa3478fc8134bf52 2,762 1.00/1.00 vMB 60
405,602 405,602 000000000000000005dc07ec36c854c57200c648e75f386fa024d65e9df35cc9 411 0.30/1.00 vMB 29
405,601 405,601 0000000000000000043de566a870e021aa533a67a3b116a6487041e429d3d424 546 0.31/1.00 vMB 37
405,600 405,600 00000000000000000591da86d76cc6d57deff7bdd6c6b9461329ac5127cb552a 917 0.68/1.00 vMB 31
405,599 405,599 00000000000000000098bbbcd3f964b6b5a46f9c160ca1ec35ced64b1721ef9b 1,072 0.89/1.00 vMB 28
405,598 405,598 000000000000000004c893b4cdf69bb66a4d952e64c381f4dc8eee8a4fb9d8d3 1,725 1.00/1.00 vMB 39
405,597 405,597 0000000000000000015a422b3e4deea7945049f51f4dc1ead4cbbb4546c0ee1b 2,649 0.93/1.00 vMB 68
405,596 405,596 000000000000000001bd22a2c3167910b2f346da735cca3f18be837119d2ccb5 1,963 0.95/1.00 vMB 38
405,595 405,595 0000000000000000035f7486a229ff43c8d8142ca06106948740a5c7ede26035 332 0.82/1.00 vMB 14
405,594 405,594 000000000000000005df5571cfedc8f991aae18a4057791b926f6896782b66fd 1,051 1.00/1.00 vMB 27
405,593 405,593 000000000000000002ab83f75ac5797cc4987b0524c1697aba2c98f631ec3d5f 1,392 1.00/1.00 vMB 38
405,592 405,592 0000000000000000054659a4969a4ea4f90325b805646922a6a44b9c5cf45378 86 0.04/1.00 vMB 41
405,591 405,591 0000000000000000056f972f0dea3079d2e6bd1baa5f93d757e176858fa2f4bd 976 1.00/1.00 vMB 34
405,590 405,590 0000000000000000059c8097b763eb7a87892beab1a7f98273a57068c9a3e736 825 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 708.96 GB
    • Received: 16.80 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.