Loading Tool

Explorer IconExplorer

Memory Pool

80,862 transactions
29.65 vMB
0.12419646 BTC
Random Selection Loading Transactions
Max Size: 179.75/200 MB

Candidate Block

Mining Attempt 487b541ef4d5c84e3ed6bcca56e6c3e2c3b5bb4c325398f5cb871b5a242772ba
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 148b6a5be8ae494bd1bc903a6ff34195d9ea5fee7c514c309176fca393d6e1a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,821
Size: 1.00 vMB
Total Fees: 0.05876276 BTC
Feerates: 151.07 > 5.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (139,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,516 775,516 00000000000000000006583ae1bd242bd4d323c6e7d1d2773681006b0403148e 791 1.00/1.00 vMB 3
775,515 775,515 00000000000000000003b80b3454b78f4eac614ebb370ce53414ca8195941414 1,012 1.00/1.00 vMB 3
775,514 775,514 00000000000000000001dd8c8e488c2e4ce2bebc09558195414ffda95e500794 2,656 1.00/1.00 vMB 16
775,513 775,513 0000000000000000000622f6ca3cc613f17e187fa141a94d27d9cd1161bda453 2,146 1.00/1.00 vMB 3
775,512 775,512 00000000000000000006ba472082f95ae26be78676a85dcc628555830ed2004c 1,769 1.00/1.00 vMB 7
775,511 775,511 00000000000000000004f54cab5489e7ae3e2867a52f29a463a3b48b1b002d4c 1,965 1.00/1.00 vMB 17
775,510 775,510 00000000000000000002de324d9760946feaf506a378a85acbb13fccad1edf41 2,874 1.00/1.00 vMB 19
775,509 775,509 000000000000000000027c4e744c971a5abcba4ff4950c921e1d48c62a1992f2 3,454 1.00/1.00 vMB 23
775,508 775,508 00000000000000000003d93ad5013b0dd0e876de8d58381e099189fe1ba4dfa6 3,235 1.00/1.00 vMB 24
775,507 775,507 000000000000000000040c06bb2dcaaba70157afafbc3ad33dcff8394bc5f305 1,696 1.00/1.00 vMB 12
775,506 775,506 000000000000000000048eab00cc48d1a3b8c6067f8e71b3f36a3c7b2c454735 3,014 1.00/1.00 vMB 24
775,505 775,505 0000000000000000000187c789546acec1ad2bd34d299fb8606b7d5dbae59f0f 2,030 1.00/1.00 vMB 6
775,504 775,504 000000000000000000053a108917aefab1c628a17d3a5068629ddbb6c679f87a 1,982 1.00/1.00 vMB 12
775,503 775,503 000000000000000000025fc26b2cf758cb4ddd4ad6f01ccadead6eb4bbb6ac6d 2,726 1.00/1.00 vMB 9
775,502 775,502 00000000000000000005a94e1ddb55be5b65eddbe973ab28b66e4e0c0e8ce5a1 2,176 1.00/1.00 vMB 12
775,501 775,501 00000000000000000003e27c0fdabf6ea406d1fedc10fe4e7532353877f6d8a4 2,791 1.00/1.00 vMB 16
775,500 775,500 00000000000000000002c114920804c81887846d9c61f0e764e705b94e4568ad 3,130 1.00/1.00 vMB 28
775,499 775,499 000000000000000000070b5f375ce27d2be9fb6116b2b34fac51760f3940951d 1,078 1.00/1.00 vMB 4
775,498 775,498 000000000000000000056e6d1519a9a823e515575d96ce8b2a1be7adad3ada2d 1,514 1.00/1.00 vMB 8
775,497 775,497 0000000000000000000447bec72b2589f3b5cbeb1e98c75fe186a1aba4360b16 961 1.00/1.00 vMB 4
775,496 775,496 00000000000000000001c7d5d4f587bcb27926f50a7797f52a205d89bddc7db6 2,398 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.97 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.