Loading Tool

Explorer IconExplorer

Memory Pool

43,411 transactions
26.97 vMB
0.05587738 BTC
Random Selection Loading Transactions
Max Size: 142.22/200 MB

Candidate Block

Mining Attempt e635e422f436b865539804715924c5f7ef29ecd8c9c516ee1f3b99187eb4960f
Version 20000000
Previous Block 00000000000000000000ef2b06aa7f82dbaa71ad73b04104ed64fb3c5c1b09e3
Merkle Root f138ee0e87b897b929d48bd170a45c5a05f4d308ebb01e894c5c6533b0724f01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,905
Size: 1.00 vMB
Total Fees: 0.00568235 BTC
Feerates: 40.21 > 0.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,908 (409,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,654 505,654 0000000000000000001a1593a86a60a7a88d195c7061961956be6294a000a01f 869 1.00/1.00 vMB 135
505,653 505,653 000000000000000000003ef2bb23c509d0310a2c0ae3b0956fde59e796a39617 362 1.00/1.00 vMB 35
505,652 505,652 0000000000000000006acdb81b6b08c9a94c1f3753801c841fa805a1bc0055b3 707 1.00/1.00 vMB 78
505,651 505,651 0000000000000000003b835f6aae651b672a8998d9093acbdfa2cdf248511b7a 2,097 1.00/1.00 vMB 87
505,650 505,650 000000000000000000623aa8ce0c5f12dd9d015fb69f69b8b51972092e10d238 2,078 1.00/1.00 vMB 103
505,649 505,649 0000000000000000005fdeb5c63b548bb58138187f087ac36e821275cdc7b225 1,980 1.00/1.00 vMB 172
505,648 505,648 00000000000000000013041a3e4467d088872a3c433c3efcfeec6150ac4dcabc 2,480 1.00/1.00 vMB 295
505,647 505,647 0000000000000000007810760309db41d0e2912da013c66a37869239930f3d67 1,638 1.00/1.00 vMB 34
505,646 505,646 0000000000000000000a89fbf489a056de35e33872b84310866820411fb1a83e 2,704 1.00/1.00 vMB 217
505,645 505,645 0000000000000000005badffc3d9376aecd7a3b740f7a30493286d47adaaab2b 2,175 1.00/1.00 vMB 53
505,644 505,644 00000000000000000028bd3fc4283df7437f88966a0d2948a68d13be2dc8fed6 2,961 1.00/1.00 vMB 210
505,643 505,643 0000000000000000005b53d35fec0a92b22ac5d67198d167c258caf97ead35f4 1,199 1.00/1.00 vMB 22
505,642 505,642 0000000000000000006d234997c2d46f932fbd3ea1e22673ff7d2acc7be87468 3,309 1.00/1.00 vMB 167
505,641 505,641 00000000000000000022644d626f383c9ecac5defb82ed0ce318688798a09294 3,138 1.00/1.00 vMB 131
505,640 505,640 00000000000000000008c4ac3b9adf51d6198f2b3c778702c5101d3565bb2ef5 1,154 1.00/1.00 vMB 24
505,639 505,639 0000000000000000000b2359478097e092e336159e9b959e35e0fd2568448829 1,522 1.00/1.00 vMB 109
505,638 505,638 00000000000000000038a8452e82a5f4d544dcac3d07651878a031ac6334b1b6 1,707 1.00/1.00 vMB 176
505,637 505,637 0000000000000000004d61c1509844ce6de14ab85b4d11c1b6a374bba8e1ddef 2,050 1.00/1.00 vMB 150
505,636 505,636 0000000000000000002fcdc09fdfa039cde1e3cd411e29069d2ae40e20695db8 1,835 1.00/1.00 vMB 82
505,635 505,635 00000000000000000073b4ff752ba61f626636d3e5a1fc8b4ffa7706b87afa47 2,785 1.00/1.00 vMB 120
505,634 505,634 00000000000000000038387bec15f361f1a1cc85dbe40a5b6f6ddb70f5a0fd99 2,917 1.00/1.00 vMB 194
Previous 10 blocks ↓
Total Size: 782.23 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: 654.82 GB
    • Received: 14.21 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.