Loading Tool

Explorer IconExplorer

Memory Pool

81,520 transactions
31.25 vMB
0.09545069 BTC
Random Selection Loading Transactions
Max Size: 188.50/200 MB

Candidate Block

Mining Attempt 408487a728016397d5d0a320a14b3fa14b7e41b69b8a959a37763f018deed1c9
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root c610e0fe1f8ef8479cd97fedc7b9eade3449e7970edbb47fcc94890ab14aee7c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,495
Size: 1.00 vMB
Total Fees: 0.02142927 BTC
Feerates: 45.88 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (442,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,097 473,097 000000000000000000db97ef858dc64a1b639261c315685c684eb8288168b11d 1,486 1.00/1.00 vMB 143
473,096 473,096 000000000000000000139d0178a18beb428b5d3ba5bd9ad72c7e91a6184a9b5d 2,296 1.00/1.00 vMB 330
473,095 473,095 00000000000000000012ec87860b5ac5f1f1649bc52338901d460ff084f0756d 1,742 1.00/1.00 vMB 350
473,094 473,094 0000000000000000009874f4dbc66d66dff40b614c58030716232f1af93eda27 2,026 1.00/1.00 vMB 55
473,093 473,093 0000000000000000003db45e5af50e4acc2acd9a7dc1890d7e0a869b5862d709 913 1.00/1.00 vMB 120
473,092 473,092 00000000000000000122a92171e52ffc1fe528eafe583e717c945af4b3e45cbc 925 1.00/1.00 vMB 76
473,091 473,091 000000000000000000f618ff17b0783e4ec7fe29e8278df6476ac908d21e9639 2,040 1.00/1.00 vMB 355
473,090 473,090 000000000000000000e6e593821ae7511cf047d77f5a28e98e9d160a5ce592ec 1,379 1.00/1.00 vMB 115
473,089 473,089 00000000000000000107faf14ebd7ff4dc68be562f3c47bad5b8d26ca3b4697b 1,116 1.00/1.00 vMB 97
473,088 473,088 000000000000000000965a294a849a174415d8d5c4c1fe9e345d1307451bee96 1,728 1.00/1.00 vMB 198
473,087 473,087 00000000000000000147939b59feeb02e58111978f63d1288a0bfc9e3598e5a3 1,914 1.00/1.00 vMB 314
473,086 473,086 0000000000000000007ff5cfd288bb08aa2d5ebd05380a9e5b2999430aeeb1c6 2,221 1.00/1.00 vMB 364
473,085 473,085 000000000000000000fd3ce6cd8c77dbda70ce61a5c33ed3c6b9ef88fd95e2b3 2,380 1.00/1.00 vMB 450
473,084 473,084 00000000000000000077de006a3f643c6a483f95da4f1d16b8ae8ec4dc45ad83 1,718 1.00/1.00 vMB 200
473,083 473,083 00000000000000000001e88458c2fbb30ba234f32f2c2717d3bbcb33e91febf8 2,364 1.00/1.00 vMB 133
473,082 473,082 0000000000000000003ea304fb916419c2be8629fdd94739a716b619cf029d31 1,944 1.00/1.00 vMB 244
473,081 473,081 0000000000000000004f6a23bf35ded4d22ded708da5dd9b67a39998460ef6e0 2,040 1.00/1.00 vMB 318
473,080 473,080 000000000000000001092eb33438054c8b4df3db83ddc7c98311313cbfeef3e4 2,346 0.99/1.00 vMB 107
473,079 473,079 0000000000000000010d4a797b9617aa5c27d3aea18dbfa62cd3349f9b4e742f 1,985 0.96/1.00 vMB 293
473,078 473,078 000000000000000000b7540cc4693b10baf5292385743215969ac52b50f62197 1,573 0.99/1.00 vMB 219
473,077 473,077 000000000000000000eafa1e5c5cee291e1b501758d9bbe8bd7c797db08964a5 2,332 1.00/1.00 vMB 361
Previous 10 blocks ↓
Total Size: 783.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: 718.88 GB
    • Received: 17.98 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.