Loading Tool

Explorer IconExplorer

Memory Pool

50,868 transactions
30.43 vMB
0.09503687 BTC
Random Selection Loading Transactions
Max Size: 163.19/200 MB

Candidate Block

Mining Attempt 33af98afe9b21283575d8ce25994b89ff645f5f9ec4092694ef86338dde326ad
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root be4626a8fb5f3d0e26ff32f4ecde9a3fa78fe537320a6b14c2b13fb9a6a2612e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,685
Size: 1.00 vMB
Total Fees: 0.02351616 BTC
Feerates: 202.16 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (68,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,350 846,350 000000000000000000035215e82c73e5663cb61337ec1de06a15c8c9a6ec8586 5,203 1.00/1.00 vMB 21
846,349 846,349 0000000000000000000013f8a9dbeafef189426e39b43e8d8644912d9801b000 4,928 1.00/1.00 vMB 20
846,348 846,348 00000000000000000001cd52690c0d34ee0bd0a88d251fad022f1ae07356ea3b 5,971 1.00/1.00 vMB 14
846,347 846,347 000000000000000000033e6083fedc86acce1452d83dd29e5b56b0e5d635524d 4,034 1.00/1.00 vMB 25
846,346 846,346 00000000000000000001095a3185a884e20f3f521a662531c637d073f98fd800 5,480 1.00/1.00 vMB 18
846,345 846,345 00000000000000000001123498dfb0fdb238367b9659c4439152f11f3d02fbe0 5,646 1.00/1.00 vMB 14
846,344 846,344 000000000000000000002f17e04dba6289f51e7e845afa8cb6d6664343649b30 7,351 1.00/1.00 vMB 13
846,343 846,343 00000000000000000001c718fbb1737a030e4bbd68cfd6305daa133696d7e33c 5,662 1.00/1.00 vMB 16
846,342 846,342 0000000000000000000214fd99ea8a1c31d1ae662e630d4d80cd77e36e0030c0 5,299 1.00/1.00 vMB 21
846,341 846,341 00000000000000000001604e7ed0a857973faa8ade6a241b3e35f334f3f0408d 5,325 1.00/1.00 vMB 15
846,340 846,340 000000000000000000018ad5ec5781d6834e0273d44bed61d9f081e94750a695 4,831 1.00/1.00 vMB 23
846,339 846,339 00000000000000000001768d7a5bda4946cd8dd67def3c714377dd4774a846fc 5,795 1.00/1.00 vMB 20
846,338 846,338 0000000000000000000153dd4f4c39b2c6135f3a2f621863a2b76b9de985ad43 4,098 1.00/1.00 vMB 21
846,337 846,337 0000000000000000000113856888115eb8bdc729fa3043054f5aa8a4b47ffc18 1 0.00/1.00 vMB 0
846,336 846,336 0000000000000000000268b5c17cac3adde08ca3783e91060d1510af74486c7b 4,024 1.00/1.00 vMB 23
846,335 846,335 00000000000000000001d757727cf1fd261a3409e8adce9bb918dd1e88cc8693 3,906 1.00/1.00 vMB 24
846,334 846,334 00000000000000000002a3758a946afd46fa5e5ea9f007deb9f3d2a9c2d365f5 7,227 1.00/1.00 vMB 14
846,333 846,333 00000000000000000002a265d139ae850fbee7289f13b7aa7029ad3dcdf40ac6 5,671 1.00/1.00 vMB 19
846,332 846,332 000000000000000000011aebac61aee6f3f29a433f281a0e6cedb1749c78935b 6,801 1.00/1.00 vMB 14
846,331 846,331 00000000000000000001a3c5150d6143318feb5bbcd567f06da3b73889b1040e 4,345 1.00/1.00 vMB 23
846,330 846,330 000000000000000000026e2d78d64b27a3a75c48f5c5d52f3f7d34c5944d2a22 4,052 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.