Loading Tool

Explorer IconExplorer

Memory Pool

74,878 transactions
27.64 vMB
0.07676093 BTC
Random Selection Loading Transactions
Max Size: 168.54/200 MB

Candidate Block

Mining Attempt 49ccbfc973b71eb2fe6f3d7f85e638c271e2d0595b5f599226eae3b22e26e3e3
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 3d397a2e1438b0cec5f7f019101613e16a0cbaf97840e47dbf4e33cce0a1e5d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,152
Size: 1.00 vMB
Total Fees: 0.01776619 BTC
Feerates: 121.74 > 1.78 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (221,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,927 693,927 00000000000000000004e8085ea72caa34d06af3394be96e0c73884077700cb7 410 0.20/1.00 vMB 9
693,926 693,926 0000000000000000000b8a419e9098ebb3fc4fa2c28c967a1176e37933f35157 1,088 0.77/1.00 vMB 7
693,925 693,925 000000000000000000077eae3cb0ad108a81edfc58f216a991a7b80f07dd88aa 1,313 1.00/1.00 vMB 4
693,924 693,924 0000000000000000000e13de184617569b363165983d63f56913c3eee4b29594 2,841 1.00/1.00 vMB 13
693,923 693,923 0000000000000000000c0b73fbe9793e72c63807e58d2a94a8137b8dc986a1e0 2,391 1.00/1.00 vMB 10
693,922 693,922 0000000000000000000cff0b29dea8891220f9faa9f0249238cd66467d688195 190 1.00/1.00 vMB 1
693,921 693,921 00000000000000000010e13e3d66d347a934faff321e0486bcae1b57ec5de0cb 971 1.00/1.00 vMB 3
693,920 693,920 000000000000000000009c66000fd7b28f8f7751d8449b1c810b4410fa6795d3 2,412 1.00/1.00 vMB 8
693,919 693,919 00000000000000000008131743d6db3c088003efbd2592c60b4580f1275753dd 2,412 1.00/1.00 vMB 10
693,918 693,918 0000000000000000000a74e8a28c3d1c7f67e8ca2328dd22100550ee3a76417d 3,709 1.00/1.00 vMB 3
693,917 693,917 0000000000000000000fa44bbbd3ecddba47296a4b53ed1bb27b26dd290cb176 2,455 1.00/1.00 vMB 19
693,916 693,916 00000000000000000001602064d2389e33f795a023e6f810220253ea4e4aa7c5 3,274 1.00/1.00 vMB 3
693,915 693,915 00000000000000000002167bc0a4deaf2823cc3e5c67582780b6ebe1aaf5fcff 2,201 1.00/1.00 vMB 18
693,914 693,914 00000000000000000009535ca3e309c4f7d38ac713350c9d0b4dc8c907ddb45a 2,642 1.00/1.00 vMB 5
693,913 693,913 000000000000000000096d3d78b1f2e4d1f34bfa49f1165174eef8582a126d8a 2,301 1.00/1.00 vMB 24
693,912 693,912 00000000000000000007e17fd25200134f7979fd3a589d8b847f1035f8b2b7fe 2,060 1.00/1.00 vMB 14
693,911 693,911 000000000000000000098c132df78bdff6ca95cadf40b92d7fc260b64305748c 2,999 1.00/1.00 vMB 44
693,910 693,910 0000000000000000000275f0f28b4c0cc7a7552f78669b2f6ba2b3d9809d065b 1,607 1.00/1.00 vMB 2
693,909 693,909 0000000000000000000d576f36877507745a3ff2509f0b74327cc2ab8f42bfdb 3,400 1.00/1.00 vMB 17
693,908 693,908 00000000000000000008eebe763e8977183f330c466ca71ae3cc827cafbbc704 1,477 1.00/1.00 vMB 7
693,907 693,907 0000000000000000000fb40d84473f1702322dedca60a19e72772d76777ea55e 1,243 0.99/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.