Loading Tool

Explorer IconExplorer

Memory Pool

76,106 transactions
28.79 vMB
0.07095846 BTC
Random Selection Loading Transactions
Max Size: 176.00/200 MB

Candidate Block

Mining Attempt c6cec03f00f13d47eb20c8be412f0651f6bd273e7d851d6d4b774303d7943478
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 139bc025f6e9743aa217f3b1c64afbacee8bb4651383599e5ac50c654e2a051e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,946
Size: 1.00 vMB
Total Fees: 0.00824300 BTC
Feerates: 104.17 > 0.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (861,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,843 53,843 0000000001695fa96e3f9d3e850dbd640a6ae51ef4f7c56bfd04b388034e6269 2 0.00/1.00 vMB 0
53,842 53,842 000000001142bdaf74bd3218127cfd80ff282f796acf9afaec54dbfc387d785d 1 0.00/1.00 vMB 0
53,841 53,841 00000000024922abd596a91795437c217f8749ab35a3b77d28ac8b2ee75e17b7 1 0.00/1.00 vMB 0
53,840 53,840 00000000039a3934390e8b00ee3ff1806c23f1ddc8fb3d2703b9d855f5c926dd 1 0.00/1.00 vMB 0
53,839 53,839 00000000093fb389a2667bca6ce47ee74da79a35f804ceb2e8d32619c24fd933 1 0.00/1.00 vMB 0
53,838 53,838 0000000009b74b7173019dd68b54abc583f0f439ad3c991d43736b6736e95e91 1 0.00/1.00 vMB 0
53,837 53,837 000000000de86312a9f77380ca80a2adc5f5649ffd1fba612afb89955dd4776d 1 0.00/1.00 vMB 0
53,836 53,836 0000000007b7167094b04039cb3e8241bc93a3a771e77448251916f1d678aca9 1 0.00/1.00 vMB 0
53,835 53,835 000000000f070bd1dd8112ba7bfa900ed19b5a633b41ed71a4642bc50445b087 2 0.00/1.00 vMB 0
53,834 53,834 0000000005360268eac1d4b68537f3a1f642479c2d45baa52397b99e8b9e8fe2 1 0.00/1.00 vMB 0
53,833 53,833 00000000074d833881f15ace93cf5960bab950d666664e0b0e630b6ceaa5b442 1 0.00/1.00 vMB 0
53,832 53,832 000000000815597ebaa3d8a4871330abc66f81e292b06e77bd0f8a27092a28c2 1 0.00/1.00 vMB 0
53,831 53,831 0000000005173862c404336e2f3e5781b698aceed9c703b25e6417e4a7e8743e 1 0.00/1.00 vMB 0
53,830 53,830 000000000a402e2fbdf49c06e733ecefc2936aa59474959e652e42bd22d8087a 1 0.00/1.00 vMB 0
53,829 53,829 00000000102c59bd0e24b9b6b5ba81d69e1cbafaa7e56a0d2076168483c3b11a 1 0.00/1.00 vMB 0
53,828 53,828 0000000010357c305cd1b243e80874c4c5f4b508eef4dc0b47aa3a3835681c2a 1 0.00/1.00 vMB 0
53,827 53,827 0000000008389a311cc73a9f4aeaee2acf38643fb50f585c804d03e3249dd405 2 0.00/1.00 vMB 0
53,826 53,826 000000000686257927b2d57d129063c03bf9183a6cdb32512e9670ed73bbf3af 1 0.00/1.00 vMB 0
53,825 53,825 0000000015fc14d70fd31c73d36b92f9613d25610fd51213e2c76fba4b535c02 1 0.00/1.00 vMB 0
53,824 53,824 0000000000a218e4541dacaa2313f0186f50b71142ce768a0bc19bd6b1066035 1 0.00/1.00 vMB 0
53,823 53,823 0000000004196ff1310d48f7ffdc11a0d90a8eaed72c4f7f2225ca9d3f345617 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.82 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: 710.54 GB
    • Received: 17.08 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.