Loading Tool

Explorer IconExplorer

Memory Pool

78,016 transactions
21.38 vMB
0.06741918 BTC
Random Selection Loading Transactions
Max Size: 142.51/200 MB

Candidate Block

Mining Attempt 015fb4275b9bf4242effcb8f79517fc99a22ad0b55aaada875a0bd5835e668b2
Version 20000000
Previous Block 000000000000000000019e79860ccd13d417e03b066e8a3661ec754572b673d8
Merkle Root 6f523c17938eec68d31040da5662443bafadbb1c01f48b886097c1675f4de0ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,834
Size: 1.00 vMB
Total Fees: 0.01807893 BTC
Feerates: 72.70 > 1.81 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,193 (889,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
27,179 27,179 00000000e8bf835c1df68e59b66c7d891e4e221a3d0739585d51810467c2f78a 1 0.00/1.00 vMB 0
27,178 27,178 0000000096df4590bffe8a99f03f677a5bc734edc658a801b397467126be4a56 1 0.00/1.00 vMB 0
27,177 27,177 000000002d3db7f447ea1b8ea5d6d00f5da469ec33c60c61864c4838edb97fd2 1 0.00/1.00 vMB 0
27,176 27,176 00000000cd4cb74acafe714ae227c3c0c5b5ce977b669950147383137f6c0d7d 1 0.00/1.00 vMB 0
27,175 27,175 000000003fe1660cf8e1eb27ff1a92ec799e4db11c09fbea0ba63b907715423e 1 0.00/1.00 vMB 0
27,174 27,174 0000000040e987de622bda107653161f3d659444f82f344d4f9bc63c68bc9e3e 1 0.00/1.00 vMB 0
27,173 27,173 000000000372e5ce06fd6c18f70b97a9de8834f281f80088a7e35db66b967aa3 1 0.00/1.00 vMB 0
27,172 27,172 00000000ba160232c2e3e281dda640f8fcaf10e52474c335d77dd7de658f3c3b 1 0.00/1.00 vMB 0
27,171 27,171 000000003e07e850abb3d0613198202643cbe83fff175113b5c344d9a9101661 1 0.00/1.00 vMB 0
27,170 27,170 0000000026f47ad58cd23e1a2c1b3f49bd0aff014eefb888e1ba7f89600bb4c0 1 0.00/1.00 vMB 0
27,169 27,169 00000000b9711fa0f59a1268e140978cc3db4fe297dd5285018e09b13da98f8c 1 0.00/1.00 vMB 0
27,168 27,168 0000000098d8175822d6e33ff5587b12b4be5a414927ec22d437d2367d60a170 1 0.00/1.00 vMB 0
27,167 27,167 00000000a6c8e9a6d7d9e462f413fc7e991771d3e6f96f2d017c7bc549f5c2b5 1 0.00/1.00 vMB 0
27,166 27,166 0000000081101cfd2baf8c59d3f3e2fc7facbd0b4d616ef3470049fd5bfaf401 1 0.00/1.00 vMB 0
27,165 27,165 000000009e8f86512b63e97a25f240c7ff01ad2269763a8bdba150df02094079 1 0.00/1.00 vMB 0
27,164 27,164 00000000aac327552d2d78722164cea9153d6c992b12b193b4e7101344083c4d 1 0.00/1.00 vMB 0
27,163 27,163 000000001492ec7579c13c0b3e7164066dceb6fcaa73f9b7cb7dd5319cc7f587 1 0.00/1.00 vMB 0
27,162 27,162 000000008a4f1198546589694ba77a3c3c7768200c1ab176ac32323fae091774 1 0.00/1.00 vMB 0
27,161 27,161 00000000f6ea4208f190b7085002a6b5932eabd70fc32417a02af6862c57ea22 1 0.00/1.00 vMB 0
27,160 27,160 0000000041abc14766fbeb30c88327742a7aa56297539e58654fca1285fbaa71 1 0.00/1.00 vMB 0
27,159 27,159 00000000ddc089a32ec8dc069c681464a74e3529ad579b05418ef04b65b95f31 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.44 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: 823.20 GB
    • Received: 24.87 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.