Loading Tool

Explorer IconExplorer

Memory Pool

77,531 transactions
28.94 vMB
0.08303822 BTC
Random Selection Loading Transactions
Max Size: 174.99/200 MB

Candidate Block

Mining Attempt 9dd8fde858d43b366e1b69a4817137e779c43a51c70d8ce86ab186b177fb367c
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root e568fb3e77b0441b0464a1bf0e8b3b8c63fcd04679ffb9fb94adac431c8154a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,958
Size: 1.00 vMB
Total Fees: 0.02256644 BTC
Feerates: 150.93 > 2.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (131,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,274 783,274 00000000000000000001ec44a7e851afd161cd005d78a99c42a02983a8301719 2,243 1.00/1.00 vMB 15
783,273 783,273 0000000000000000000016934fb80f7f1b26408adbb3058d9484f622d950fe9f 2,583 1.00/1.00 vMB 16
783,272 783,272 00000000000000000003411a73747c7d17e31d816f4abbb3f150ce8707f4fc61 1,984 1.00/1.00 vMB 6
783,271 783,271 00000000000000000004bc4508f9bc0d97fbb4008a23f8f258864285ae6ce8af 1,899 1.00/1.00 vMB 11
783,270 783,270 00000000000000000003c945c0c9fcd085f8ccfb641eba0c55ff7b66de3ce43e 2,131 1.00/1.00 vMB 13
783,269 783,269 0000000000000000000584ab09241c0ec93cb7a3f2f81f298092eb0ca26270b0 2,454 1.00/1.00 vMB 12
783,268 783,268 000000000000000000031c2d8352dacc31f3f9774cec6fd68ea25442d94f467a 1,157 1.00/1.00 vMB 7
783,267 783,267 00000000000000000005333547f98f2516046d1a91ab87ab73ea4c873d19e181 1,764 1.00/1.00 vMB 14
783,266 783,266 00000000000000000005dad45b160867d5a6e76cdf93ac586eb6c5ffe83c805f 2,016 1.00/1.00 vMB 15
783,265 783,265 00000000000000000002fa4e2c743a1c04401d9ed60d9e2a396d2bbb4a74855b 817 1.00/1.00 vMB 6
783,264 783,264 00000000000000000003ac71d22a223fecbc26fb76668e7cfcf9869fa4d24b09 657 1.00/1.00 vMB 4
783,263 783,263 000000000000000000042437a1ba227ac5575fa0c16c3818bc2f2020655c0f89 1,956 1.00/1.00 vMB 14
783,262 783,262 0000000000000000000121fe31f1d3e9d45621b8e626f7559f7a4537a5c42191 2,170 1.00/1.00 vMB 17
783,261 783,261 00000000000000000002223b060c41b5cc4e9d3d3134b72b32ed38672e6c20d4 2,523 1.00/1.00 vMB 16
783,260 783,260 000000000000000000020ec0826f32b11da26115166e625b5a42c2327958f837 1,902 1.00/1.00 vMB 12
783,259 783,259 000000000000000000000c650c756da93488f799b0283dbae0a5548d3c319833 2,867 1.00/1.00 vMB 14
783,258 783,258 00000000000000000001be1942eca8d479077dce78ec9510016d4831b490df4d 3,130 1.00/1.00 vMB 31
783,257 783,257 000000000000000000019ce7fb71b73ead886eb829931be843bb16fc933d4635 2,515 1.00/1.00 vMB 16
783,256 783,256 00000000000000000004510104714b48eda042eb5b1011e2920fd1218f10a08a 1,495 1.00/1.00 vMB 18
783,255 783,255 000000000000000000039658baed47d0ea1f97551689337c7f6915f66564e23b 1,856 1.00/1.00 vMB 30
783,254 783,254 000000000000000000051c26b32d5af2b74517b26bcd0e804b49c5c6986f87c2 1,857 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.40 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.