Loading Tool

Explorer IconExplorer

Memory Pool

78,196 transactions
30.16 vMB
0.07277305 BTC
Random Selection Loading Transactions
Max Size: 182.97/200 MB

Candidate Block

Mining Attempt 63cb3e68bfc5d6d813890f1d240dd47b62c11d3c6bfbf2f7151704a79f6b8301
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 2feaa823400dc8fc71d6d7d16609abad35c544599a35c60bb67d864482741086
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,711
Size: 1.00 vMB
Total Fees: 0.00869478 BTC
Feerates: 45.66 > 0.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (394,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
520,367 520,367 00000000000000000021eb470365ff6e19e9503e693c8136165fde3fbfe919d6 230 0.11/1.00 vMB 35
520,366 520,366 000000000000000000243ded18c1fda3b91e761b28b3522b0d05a9b17e0123f3 153 1.00/1.00 vMB 2
520,365 520,365 00000000000000000005738611f27bc23a8d13f565dff13255d1c96c2f3e244a 774 0.37/1.00 vMB 65
520,364 520,364 00000000000000000009d778414f9b5a6c815868b4186b27f0c512055923d590 1,856 1.00/1.00 vMB 38
520,363 520,363 0000000000000000001edef72f1fe3239eb2dadaf44acd82ff6284cf2f1713d9 1,524 1.00/1.00 vMB 30
520,362 520,362 00000000000000000029cb84eae80bd315cffa0590aea8b684c292e3d8cf6405 783 0.30/1.00 vMB 65
520,361 520,361 0000000000000000000895fd16212c38d9ea27d4e51e8c0e2492f7ec418a448e 1,731 1.00/1.00 vMB 34
520,360 520,360 000000000000000000131c5c9e3d3b1164b0e0864d893ca1798523731063c911 490 0.32/1.00 vMB 40
520,359 520,359 0000000000000000001caae84154a44c6b1c17e405c3416439deedb75c598b87 736 0.37/1.00 vMB 35
520,358 520,358 00000000000000000033f132372b5d58f5dd474e435c1c605d15dbddb5195168 833 0.39/1.00 vMB 58
520,357 520,357 000000000000000000394dc869dae1dd8ec991395eb3145c6ba5eb017bc2a853 43 0.02/1.00 vMB 51
520,356 520,356 0000000000000000001c6dbba4cf2bdb9864224bf9fa5861e3cbd29d6c9e8f06 335 0.22/1.00 vMB 28
520,355 520,355 0000000000000000000c14dab19ecb827ae2e3b84c3e3af4a7d372d5c0348c70 229 0.10/1.00 vMB 45
520,354 520,354 000000000000000000272ab6a9ce2bf80c867fed1eb87fdc5ce96a3915417e29 1,393 0.56/1.00 vMB 52
520,353 520,353 0000000000000000001a95bc9ea7dfc09ee09b77d87160c275a2e1e7d39b4f8d 1,087 0.45/1.00 vMB 46
520,352 520,352 000000000000000000107043a1ecd4b8f5e5c8f6cadb187c587b5e9c2b3c7ada 1,115 0.65/1.00 vMB 43
520,351 520,351 00000000000000000017f99f8bbdc4c32376349ba99a1632e8000e5bd328e5f5 1,123 0.51/1.00 vMB 37
520,350 520,350 00000000000000000016a64510687895746bae755ee06bfd94cd3a2b92ed011e 784 0.45/1.00 vMB 37
520,349 520,349 0000000000000000002bea46f22121f6e173ae9841b22b44863d21318f4f0f73 399 0.26/1.00 vMB 35
520,348 520,348 00000000000000000011d5146fdd18fb7dbb4b75067c62a3b7695813c4d0628c 1,395 0.80/1.00 vMB 46
520,347 520,347 00000000000000000018a29c0676cf81dc8d60a802446f14d4b750cd95c73c7f 381 0.33/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.73 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: 707.32 GB
    • Received: 16.67 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.