Loading Tool

Explorer IconExplorer

Memory Pool

42,575 transactions
26.94 vMB
0.06116763 BTC
Random Selection Loading Transactions
Max Size: 141.55/200 MB

Candidate Block

Mining Attempt b9112555f56ac72e2ae05dfffc3218989d209837f8bedda37c01b893681d01d2
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 9053c4cdaa118e391a1a6da7bef9cfda1334f387bb5a01966bcdf63e24dc3cd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,908
Size: 1.00 vMB
Total Fees: 0.01113620 BTC
Feerates: 103.41 > 1.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (456,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,985 457,985 000000000000000000c0d9f8b5018244f6d00cfb7b38f11b8f053e42be94be77 78 0.03/1.00 vMB 179
457,984 457,984 0000000000000000008705e2b9d8924ad9bbb66d04e82ee73237e6169fb664a1 1,882 1.00/1.00 vMB 157
457,983 457,983 000000000000000002074830bda8577cfc4460807202a2fbf71075cb7fb5b09c 1,956 0.89/1.00 vMB 176
457,982 457,982 000000000000000001159a359c454a3b4bf779549a3e2b1c15ad542361f0b9dc 611 0.35/1.00 vMB 136
457,981 457,981 0000000000000000001da758c574878f53f7b9af7494a297642afccc247e6aab 566 0.32/1.00 vMB 195
457,980 457,980 0000000000000000017874e87e6bd7d65af22428b11c8fdb58e8be1991c7adf7 367 0.21/1.00 vMB 201
457,979 457,979 000000000000000000d9165b8730d3ac71a8ee05fdad202a6dd7d1a605129de2 260 1.00/1.00 vMB 29
457,978 457,978 0000000000000000003a5f6813bc8e02b3e275e39a0e3b0e83cb34fb4428fb39 1,851 1.00/1.00 vMB 161
457,977 457,977 000000000000000001c5a3f46e7bc22c6e53869912a90e1f3928428e1af280b2 1 0.00/1.00 vMB 0
457,976 457,976 0000000000000000003994f6b198f641e1dac8283580c372454980602d48401e 1,593 1.00/1.00 vMB 165
457,975 457,975 000000000000000000354a00fddd4e9fa3e889aabf141bf2157f77223b124d67 1,902 1.00/1.00 vMB 166
457,974 457,974 000000000000000000b7f9bc290d85ce6c0ac6ad84bf09137afc87fcce306a43 1,145 1.00/1.00 vMB 109
457,973 457,973 000000000000000000d8ea9bb291c5d9083033b574ee98cefc5fc955fc530540 524 0.42/1.00 vMB 140
457,972 457,972 000000000000000000d86c1dbfd88d5d5bfeae2eff0ef5d18f604feae5ff26b8 1,011 1.00/1.00 vMB 54
457,971 457,971 000000000000000000a6e70bb012ad83ce5921937e823c1121a330ee435184c7 2,136 1.00/1.00 vMB 173
457,970 457,970 0000000000000000006ef9bf02033f431c7631b84c0140a0dfe6984ef3ff764c 2,274 1.00/1.00 vMB 159
457,969 457,969 0000000000000000016edce8b48823b2dadba7b75a3fff6f4bbc9ab5d28da25e 1,649 1.00/1.00 vMB 221
457,968 457,968 000000000000000001b3f9f4f6136f186861dab2246755839c371ea6d0dfc1d1 256 1.00/1.00 vMB 10
457,967 457,967 000000000000000002416b513035fe848683909cab3bb62d4cfa9de0bab40abc 399 0.32/1.00 vMB 100
457,966 457,966 0000000000000000019eecf75b7d7263a3dcb9867eff5de26f016181f0b86355 591 1.00/1.00 vMB 46
457,965 457,965 000000000000000000781c005c63ddca0fffc5dc03ae3ce1c1dda903cdc4c4fc 1,799 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.