Loading Tool

Explorer IconExplorer

Memory Pool

38,599 transactions
27.12 vMB
0.06177900 BTC
Random Selection Loading Transactions
Max Size: 138.51/200 MB

Candidate Block

Mining Attempt 5ef31643c009b9d31d750dc3a445f493dad70d1cc63704c41e2d645ae9f31cb5
Version 20000000
Previous Block 00000000000000000001a8ad75ade9013be9408c50355671e623eb9a302339cc
Merkle Root 6554371bf3789e26bf45a47233c9f86d9f90594d2b58679577618e5b8c6d13eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,811
Size: 1.00 vMB
Total Fees: 0.01061082 BTC
Feerates: 100.46 > 1.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,653 (839,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,015 75,015 00000000003d9fbe292446773417d2fb2972753edbb9fbd9c4f7373b0284a8a1 2 0.00/1.00 vMB 0
75,014 75,014 0000000000082b4b01ece7421a53ec8eb1e7fea9c9fc876309aa9a97d0485e82 2 0.00/1.00 vMB 0
75,013 75,013 00000000000671500c61889c39ab62b2d6144160c54419364ca9625d2e5793b7 1 0.00/1.00 vMB 0
75,012 75,012 0000000000672d50f24e7ee16814fdbde61cd53cedce1e0a277b9adc61c9d469 10 0.00/1.00 vMB 0
75,011 75,011 00000000000b2a8d14178eaefa9cdf7fe7a6838f4f69330680a0f8ce659d15d7 1 0.00/1.00 vMB 0
75,010 75,010 00000000001e3c43e8767ef5fa6e58e321ea599dddd73670ad93962a9de8fdac 4 0.00/1.00 vMB 0
75,009 75,009 000000000029911edef966bc5b94606d61071ce5ae2bdd13cfc039837e2a17a2 5 0.00/1.00 vMB 0
75,008 75,008 000000000014864dcf24695a1657e11a7fccc7ed92e62267da20234a792918f3 3 0.00/1.00 vMB 0
75,007 75,007 00000000004ab3e69dacd34c0fc0d548139a2eb4baed678234fc6787d23ac0aa 1 0.00/1.00 vMB 0
75,006 75,006 00000000001069b4c22b3a3a6e4c71de24a871bd3cf8f8dd01ffe33b502a67a2 1 0.00/1.00 vMB 0
75,005 75,005 00000000003e6f1713b47e43907be574c04e822930cbf8ad4cd8d7c1e6b005e6 7 0.01/1.00 vMB 0
75,004 75,004 00000000003749836d88964e1cb6714c5671c61804191d6da5ef7f834bf51e7a 4 0.00/1.00 vMB 0
75,003 75,003 000000000030dfe54a24be253c01a411452ed6d7ebe7dd234ea63da76235f49f 7 0.00/1.00 vMB 0
75,002 75,002 000000000050b3ff3371f1dade1b97d9a0548e3bad06a5e99d521a4d02f99f21 7 0.00/1.00 vMB 708
75,001 75,001 000000000049e6b73d84db7eb4704a52fb923f28a96276bf7e62ecebd00933a1 2 0.00/1.00 vMB 0
75,000 75,000 00000000000ace2adaabf1baf9dc0ec54434db11e9fd63c1819d8d77df40afda 6 0.01/1.00 vMB 0
74,999 74,999 0000000000688c8c87b50fe8b44046aee25ad52354d25f1313472879e336b967 2 0.00/1.00 vMB 0
74,998 74,998 00000000000f67875080532b6eb11ee69c05a4cd32eb61925235e972de4b9a68 1 0.00/1.00 vMB 0
74,997 74,997 000000000013b3ac27d1bc7da31138b73e5e10a5bc9e1cd6ff739cb4d6d9fd2a 2 0.00/1.00 vMB 0
74,996 74,996 00000000001acac61cf7355b89e776160d85a574580969878cc3cc7101244939 2 0.00/1.00 vMB 0
74,995 74,995 0000000000175cf8bc2175ff2228b75266f4cb625b4f022860b14a2770463693 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.78 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: 632.90 GB
    • Received: 12.18 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.