Loading Tool

Explorer IconExplorer

Memory Pool

49,616 transactions
28.58 vMB
0.10702901 BTC
Random Selection Loading Transactions
Max Size: 152.51/200 MB

Candidate Block

Mining Attempt 122c4ca9929e0bb54b80d822d3fb581a51f4e1414f4114d9aee1b3c136ba2814
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root f58147ebcf2cb68f5c77348d3b73821ab2da3afd47a98943d959ceaf915c58ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,164
Size: 1.00 vMB
Total Fees: 0.04726447 BTC
Feerates: 500.00 > 4.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (266,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,289 648,289 00000000000000000005571ce19cf396782277e6b2c8f4c011f05585e6f88c1e 1,670 1.00/1.00 vMB 32
648,288 648,288 00000000000000000002f452074019b86790053f1aa980e5cd68aab19d063662 2,402 1.00/1.00 vMB 78
648,287 648,287 00000000000000000009e0e7d98f835257992e9f91155fec6c506d73701f5d70 1,031 1.00/1.00 vMB 46
648,286 648,286 0000000000000000000837e93315315da97292320f9d394717eb73261b574372 2,599 1.00/1.00 vMB 62
648,285 648,285 00000000000000000009fd02d2a49962ecfddba63dae297485fb4e52ac8f045d 3,088 1.00/1.00 vMB 62
648,284 648,284 00000000000000000001acd459aa9ce0adb724076e1f39d61a90d7e7ec0e3c60 3,009 1.00/1.00 vMB 98
648,283 648,283 00000000000000000004ae1752897ff97feb378d4b2c05777ee27c3a1867883c 2,874 1.00/1.00 vMB 65
648,282 648,282 0000000000000000000b3ef503d8db910e7faeee738ff904e1d5721c05bbab95 2,334 1.00/1.00 vMB 88
648,281 648,281 00000000000000000002f48a4a92492d48f90ea9f70c11f33a97670f7249bc1f 1,703 1.00/1.00 vMB 79
648,280 648,280 0000000000000000000faa444f275f57d0dd7a7c1542d3dd92767d14a183d051 1,931 1.00/1.00 vMB 41
648,279 648,279 00000000000000000008dbd18ae6a8978f29d53a10e2af1371d32eec113737da 2,969 1.00/1.00 vMB 56
648,278 648,278 0000000000000000000f0d0e6876a6de21884688b3e58555698587d5a120035a 2,777 1.00/1.00 vMB 74
648,277 648,277 0000000000000000000d3e0d54dceb8ca203be8861dccd1499200b735b4cc63f 2,601 1.00/1.00 vMB 94
648,276 648,276 0000000000000000000c4af282a0d739933027117c3343648683fd08de035f8d 2,581 1.00/1.00 vMB 85
648,275 648,275 000000000000000000033d052adf99d6af3ad22e2a20f29ad384fce221ee5c3c 2,615 1.00/1.00 vMB 25
648,274 648,274 0000000000000000000fd240e4d9e4fc0f7cf192017a357c04059263c36e8840 2,446 1.00/1.00 vMB 21
648,273 648,273 000000000000000000015a80e98e13b5987e674641853c7243b6dddf0e3be731 2,413 1.00/1.00 vMB 24
648,272 648,272 00000000000000000001130a67d3f48c3c7afd60d6e3c6371a517997116e3fed 2,688 1.00/1.00 vMB 70
648,271 648,271 000000000000000000072e7cc17917000e1d28349b5922106f4ee449dd8372ac 2,649 1.00/1.00 vMB 44
648,270 648,270 00000000000000000008c5621fe3eaa1b3838fd5c28ff7c773ad2176bb9ca131 2,807 1.00/1.00 vMB 81
648,269 648,269 0000000000000000000e5b7ff55dde682c7c5495056df9b2e2b2acc77aed1ba1 2,676 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.01 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: 649.49 GB
    • Received: 13.18 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.