Loading Tool

Explorer IconExplorer

Memory Pool

79,328 transactions
29.52 vMB
0.08475618 BTC
Random Selection Loading Transactions
Max Size: 180.47/200 MB

Candidate Block

Mining Attempt 8f60a62cd21a29d57fbbb7143637e1c4e6ed904c23c09818678eeede51713f8b
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root eb53291bb33d38be5c68be63be7ebca700226f3b5d615361c024f9a35d5b052f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,234
Size: 1.00 vMB
Total Fees: 0.01982744 BTC
Feerates: 402.60 > 1.99 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (253,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,865 661,865 0000000000000000000a4a8575d5535be7348a71fe17017daca2574c3b3db4c7 2,395 1.00/1.00 vMB 94
661,864 661,864 00000000000000000009da7212beb78aba5c10864bf463e029a8273808966f13 2,465 1.00/1.00 vMB 112
661,863 661,863 00000000000000000008590eebaa5ff878691710c26660a4dc77aa81edae4e65 2,695 1.00/1.00 vMB 154
661,862 661,862 00000000000000000009d0dbce14b991161ee2ca8b7f29f488e42f5200765e6f 1,804 1.00/1.00 vMB 124
661,861 661,861 0000000000000000000550675f85650d217fd4ac3a4720b692d9279539106b1d 2,015 1.00/1.00 vMB 116
661,860 661,860 00000000000000000009b596ccb9d08ff6eb284f29c84cb763f14fb98f2b3f17 2,651 1.00/1.00 vMB 133
661,859 661,859 0000000000000000000d1310634d96fb5d6f7ff73c71f40053678111425f5f18 2,874 1.00/1.00 vMB 154
661,858 661,858 0000000000000000000574b634b6fa63c2cf405c3b85e3f860a3283d98251220 2,681 1.00/1.00 vMB 113
661,857 661,857 0000000000000000000e992c1a65631f8eb4fe599f6cc205e89d9a0d97ba7518 2,282 1.00/1.00 vMB 105
661,856 661,856 00000000000000000005edf26fdea2a47800b11763d987c5186431f7b5449880 2,811 1.00/1.00 vMB 117
661,855 661,855 000000000000000000079b973d33b6a4ba36a3cf26064e48c4b06128b5ba9a9d 2,710 1.00/1.00 vMB 97
661,854 661,854 0000000000000000000c37cb60396f4bad21c2f04b78598fec124bb7a8296855 2,436 1.00/1.00 vMB 92
661,853 661,853 0000000000000000000db246f5118a270af68277f11ead9ed65266decd51eb98 2,627 1.00/1.00 vMB 98
661,852 661,852 00000000000000000009b3bcdc41e422f622f62ab7b6bdc97c3fbfe52e8c0b60 2,589 1.00/1.00 vMB 125
661,851 661,851 000000000000000000042dbf3967561f9b53ee31c0f38fc171c3fc7a6c019558 2,891 1.00/1.00 vMB 120
661,850 661,850 0000000000000000000e019c1f0f6532fbcd1e0c6f5226caba946ec734383692 2,066 1.00/1.00 vMB 108
661,849 661,849 0000000000000000000908b539b25f7c713a990c71e23eef6560363bed7f9c06 1,638 1.00/1.00 vMB 89
661,848 661,848 000000000000000000018189c0c05f7d9f955ccd9c4c6c2d07fca3effaabf5f3 2,793 1.00/1.00 vMB 118
661,847 661,847 0000000000000000000397a4418b34b5b4a01cf8f8c3f684fa6c0af179574eb7 1,955 1.00/1.00 vMB 105
661,846 661,846 00000000000000000006e294057480b8ae0cd3fcd1afa5691525322ae18b28e3 2,191 1.00/1.00 vMB 147
661,845 661,845 0000000000000000000b942331d04f50d67d74e5206800cf0f02e5fd9b77cf4e 2,747 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.66 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.