Loading Tool

Explorer IconExplorer

Memory Pool

80,019 transactions
29.53 vMB
0.08842692 BTC
Random Selection Loading Transactions
Max Size: 178.99/200 MB

Candidate Block

Mining Attempt 7b90e00bd8e3aa7fcd4213c4ed68d2dfeb3bc8b10fef797c68093012d0b806ff
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root e17bc4421ea5abd1d827c524567d665e2c84f85b5687e88c1f4bca4e7b0c06f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.02630920 BTC
Feerates: 278.95 > 2.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (796,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,354 118,354 000000000000822ddf5574f27eabf7f6598ed23aedd65868a62d6142e077e19d 10 0.00/1.00 vMB 0
118,353 118,353 000000000000608ca6173ee2305667ddc7ac2b49f1ff117c32acf7a7af84fb6d 11 0.01/1.00 vMB 0
118,352 118,352 00000000000086a073df7dae7bb400bcf0d678e49910c5801f93ded163f1ed17 13 0.01/1.00 vMB 0
118,351 118,351 0000000000008026028c58451df0b446394245ab92d2c39ca4ba6fe94ceea8b9 11 0.01/1.00 vMB 0
118,350 118,350 000000000000106b99c37b2b360aeb7bc6922d817de61d39f1628ca1d575a812 17 0.01/1.00 vMB 83
118,349 118,349 00000000000097136bebcc97dfd015fbc4281e4a17a7b9a3111385bb048b7d68 7 0.00/1.00 vMB 0
118,348 118,348 000000000000255849a44cec426466f1d2963f41b52d608d3ef94c06bcc7b029 12 0.01/1.00 vMB 153
118,347 118,347 0000000000001506d3f53858079c5f96a79005a35ececfac32dd85b7f6083e76 1 0.00/1.00 vMB 0
118,346 118,346 000000000000b9d026e759fd5dd467b26fbea4ca60e220d823b7353083fee8ac 6 0.00/1.00 vMB 0
118,345 118,345 0000000000007feb16d878d7805efaf2eadbda5ad156ca6a3b137afdb52fedd0 7 0.00/1.00 vMB 0
118,344 118,344 000000000000b6b794659328e242a6b919f4f6e332f3a59d4e7609915e2f6927 29 0.01/1.00 vMB 377
118,343 118,343 000000000000876fce87b4f76ed110a51eca3a5b97727d856e1326bd8eb6b202 5 0.00/1.00 vMB 0
118,342 118,342 0000000000009bd1cdaadbec67abca807429d189717bf03e5649d60d384e53ac 5 0.00/1.00 vMB 580
118,341 118,341 00000000000098e4cb8a8dafbde968a41a25c84f5cb317030f6123e66cac615a 11 0.00/1.00 vMB 0
118,340 118,340 0000000000006273098d8dc5a4a8345008343ec3aa4afbe97084775666837020 1 0.00/1.00 vMB 0
118,339 118,339 000000000000a3f0c97e139ccb9a950e893944840b41ec9b6444093b12c81b7c 7 0.00/1.00 vMB 0
118,338 118,338 00000000000035af5f43cfe0dab4d74c462d5647590ce0a0c0502c33f8706806 29 0.01/1.00 vMB 2,858
118,337 118,337 000000000000bc1d18c5cf982d677da1a54d6f20b5467e71affbed1099fb2aef 52 0.02/1.00 vMB 1,659
118,336 118,336 000000000000340ea562a7f8e659b4c78402e20a854d4f6bb00ca8deae50f3e8 12 0.00/1.00 vMB 1,887
118,335 118,335 0000000000008474483f168258aa28e4bf72cb528d06096868b8e85155e25ca8 3 0.00/1.00 vMB 1,934
118,334 118,334 000000000000b036bf676e6de7fcf197ee2a7c1256ed221a7857c346739eac6d 58 0.02/1.00 vMB 2,585
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.