Loading Tool

Explorer IconExplorer

Memory Pool

80,720 transactions
29.77 vMB
0.09652653 BTC
Random Selection Loading Transactions
Max Size: 180.47/200 MB

Candidate Block

Mining Attempt d912fe0b2b421d07cff0194ae9cc2b786340b152fe3ae491063b9afd751db34c
Version 20000000
Previous Block 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd
Merkle Root 7a5ca80726a1c33919b671350853c71e83cbc507b658d9e1dab3437ec9fd9513
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,335
Size: 1.00 vMB
Total Fees: 0.03229661 BTC
Feerates: 502.67 > 3.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,089 (261,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,647 653,647 0000000000000000000313ef2b2930ecbc3fe05de391bc43982a344f45fb9588 2,170 1.00/1.00 vMB 36
653,646 653,646 0000000000000000000272ddfbdaa99ec9cdeb6c36042693e8298bc9962b24c3 2,151 1.00/1.00 vMB 60
653,645 653,645 0000000000000000000c551ba687be9c3544955b3a87bdce4d0da67c811155df 2,529 1.00/1.00 vMB 46
653,644 653,644 0000000000000000000d69e4d40ac21bf3de05be2d55a9a9b25b5ed3fff65efe 2,464 1.00/1.00 vMB 81
653,643 653,643 0000000000000000000b075d0441e8478e6586ca936f6a7a05ff4d34d6d15219 2,446 1.00/1.00 vMB 45
653,642 653,642 000000000000000000065644c4b620b371d0282b71ac142974a20dd6402dd37b 2,781 1.00/1.00 vMB 41
653,641 653,641 00000000000000000003cd4befc44b682e4aeff8c90e77d28442de057997addf 2,355 1.00/1.00 vMB 68
653,640 653,640 0000000000000000000d9ccb5817d133f9d024f21ad0bc7aa1d4eed9dfb5b70c 1,994 1.00/1.00 vMB 95
653,639 653,639 0000000000000000000ccb68410fd19e3d90bc8ee4223806b7dfecb3efbfb5b8 1,743 1.00/1.00 vMB 51
653,638 653,638 00000000000000000002981ab7cd1c83fceed7556e2d37d8c9cf9df7c6167d9e 2,603 1.00/1.00 vMB 100
653,637 653,637 000000000000000000084900e75c5847dc96917e6c51cc5f4dcd16dc64d93cc1 1,588 1.00/1.00 vMB 86
653,636 653,636 00000000000000000004dbd30727d63396d62bbd35447efcb81d2b43d46ede3e 2,361 1.00/1.00 vMB 88
653,635 653,635 0000000000000000000119655543ef9de38498a6586d37543270a47188ff774f 2,354 1.00/1.00 vMB 47
653,634 653,634 000000000000000000068e65d8d42ad9438030fb2b030f7a17bff9bced2ba2a5 2,127 1.00/1.00 vMB 50
653,633 653,633 0000000000000000000be8fb105ad090b13fd1bd94e055065e64c61c58d5187d 1,867 1.00/1.00 vMB 50
653,632 653,632 0000000000000000000b1e0566b899fe64decdd53816aaf1ad53dc1cc91e47bf 2,463 1.00/1.00 vMB 50
653,631 653,631 0000000000000000000212ba6dfe2eaba7c7d8da34055f92646cbf7adaadf64f 2,743 1.00/1.00 vMB 82
653,630 653,630 00000000000000000003b49a7d0d113797ef80c513cd1cae805ede1b50e88d7d 2,604 1.00/1.00 vMB 72
653,629 653,629 00000000000000000003c70ce5bf0d71d445ab4c861de0d5871577e90deaafbe 2,330 1.00/1.00 vMB 58
653,628 653,628 00000000000000000000a57ae08eb6bb49abd57398738fe1cc1100dc06e1348d 2,844 1.00/1.00 vMB 56
653,627 653,627 000000000000000000007d8ffa55a8658b12ca0612999e7f3fc357090c0a8b64 2,324 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

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