Loading Tool

Explorer IconExplorer

Memory Pool

83,573 transactions
30.73 vMB
0.16981602 BTC
Random Selection Loading Transactions
Max Size: 186.47/200 MB

Candidate Block

Mining Attempt 8263644f49e0b0c7f05d074dca3fe3180968d77dd3fdfa97083777cff57803cc
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root e040ce98b76cda93428d9944701c7f508cc17e2cb301592221526ec276fa5c69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,013
Size: 1.00 vMB
Total Fees: 0.08743305 BTC
Feerates: 150.79 > 8.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (292,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,428 622,428 00000000000000000006fce5f45972368cfc66ad0670e42c939aea6ded9512a3 1,836 1.00/1.00 vMB 19
622,427 622,427 0000000000000000000ebf3fe15159d43baa10bb8c3d59d5e304f628331012e5 2,418 1.00/1.00 vMB 47
622,426 622,426 0000000000000000000a360530cb85e7e15c32878f8b0b7e1d526492c0a3f6d1 2,590 1.00/1.00 vMB 90
622,425 622,425 00000000000000000001d38c91e3c99071dcdd35e8ecc4b51982a26bf7d44500 2,426 1.00/1.00 vMB 52
622,424 622,424 0000000000000000000f9de6660c540e4b5e0276253a624b2356ab600718d67e 2,536 1.00/1.00 vMB 36
622,423 622,423 00000000000000000010d0131c33e59b1133ee036a3d7239f25f4fff002075b5 2,581 1.00/1.00 vMB 11
622,422 622,422 00000000000000000002b42fc0b01216b207f0f3f4c88da08b062e3eefd2bb9e 3,175 1.00/1.00 vMB 78
622,421 622,421 00000000000000000005c3925b5ebd8475f973185c206beec4b7bcb65d92414f 2,251 1.00/1.00 vMB 42
622,420 622,420 00000000000000000008034fd3065331210db37b4b7cedb9fb0810b076dc6dbb 1,911 1.00/1.00 vMB 38
622,419 622,419 0000000000000000000c8ca3333a43209c1da870be161f15d94bd8b5ddf492aa 2,545 1.00/1.00 vMB 42
622,418 622,418 0000000000000000000b9359a400184f5933d5d56fa0f5fd66ae226b3289249d 2,096 1.00/1.00 vMB 76
622,417 622,417 000000000000000000037b14fd72c9a8b68a9ac6a9acc187a66c3ebe2c1c9360 2,809 1.00/1.00 vMB 101
622,416 622,416 0000000000000000000910ae4d56120e0ddd55c0552e80ed12dba147abc68080 2,136 1.00/1.00 vMB 39
622,415 622,415 0000000000000000000dba96b50ed267a51eb8d3697bb00feba48ce3553f0111 1,700 1.00/1.00 vMB 31
622,414 622,414 00000000000000000000b5ccd81f3da15e7617591f8c5370989f678a700672f7 1,696 1.00/1.00 vMB 44
622,413 622,413 0000000000000000000294a5d2b110d6ea334eb92d95503f7e02d6a1bf7ff755 1,605 1.00/1.00 vMB 64
622,412 622,412 00000000000000000008cf6447c4998b258623c044591f6ddead016d31916203 1,208 1.00/1.00 vMB 74
622,411 622,411 0000000000000000000b224a3f24df1f6d9b9f80a9be57e47bdd7ba64abd6df9 1,928 1.00/1.00 vMB 45
622,410 622,410 0000000000000000000c78eb7cbaaa61ba9987d8ebd924cb9776748252f1cead 2,800 1.00/1.00 vMB 56
622,409 622,409 00000000000000000007ee8df5c3619c50ce45cbea0f49b914c2b638f1c618ce 1,576 1.00/1.00 vMB 13
622,408 622,408 0000000000000000000c76e60346767bc304896b5ac78d0688f66d90a96ab788 1,420 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.92 GB
    • Received: 16.06 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.