Loading Tool

Explorer IconExplorer

Memory Pool

45,200 transactions
28.70 vMB
0.12510850 BTC
Random Selection Loading Transactions
Max Size: 151.88/200 MB

Candidate Block

Mining Attempt 639465c94613d308ebfc98409823604ecc56a0d6d99198350eb508862ed4147f
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 10ae7c3aca71ca5214a1553101e05b2c315276e9de91e2aecd625e0789734b47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,354
Size: 1.00 vMB
Total Fees: 0.07011797 BTC
Feerates: 101.65 > 7.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (353,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,861 560,861 0000000000000000000cc46c1577fb9bb4d88be3b535dd2cc0a9ab291861a234 2,616 1.00/1.00 vMB 16
560,860 560,860 0000000000000000000345f6241c4a0a6a2a00e8d870c05ae0eb8f32ee6065b1 798 0.27/1.00 vMB 8
560,859 560,859 00000000000000000022efe22c90e48611e87752611285841d99ce354bb21d71 2,801 1.00/1.00 vMB 17
560,858 560,858 0000000000000000002830bc8353a7c895e57a7a6fc97958c7cbafa625affc29 1,358 0.37/1.00 vMB 15
560,857 560,857 0000000000000000002d10ce0a74522b3a0df2e4c9ca507f82a7e0c5de27ac2f 1,273 0.92/1.00 vMB 8
560,856 560,856 0000000000000000002d78352b9b8773a061271555ff7eb8d7c711166f2884f3 2,738 1.00/1.00 vMB 3
560,855 560,855 00000000000000000003015a6f47446552ac642158d804a3ac2f29d2dd42bcea 3,099 1.00/1.00 vMB 16
560,854 560,854 00000000000000000011f97e5fc43058e0bb44a0392279ec18dacfbd4ab92dd9 3,178 1.00/1.00 vMB 19
560,853 560,853 00000000000000000023e742fc8a3a1c2cf91208f01f1a53fdf2ed240988240e 3,002 1.00/1.00 vMB 36
560,852 560,852 00000000000000000016ebb0c18fecff3b01f3ba01e38da083caccc975f48192 1,080 0.36/1.00 vMB 17
560,851 560,851 0000000000000000001e6a60162557a15e9a624ad46dd709a1cc7afbf945f1d9 879 0.28/1.00 vMB 15
560,850 560,850 00000000000000000007f5b7d686a3b455cf67c27400d56e708ad316ab82b5c9 436 0.13/1.00 vMB 15
560,849 560,849 0000000000000000000d41f11bb630d09480a893c54ece117f20124556d2b7b5 2,350 0.77/1.00 vMB 13
560,848 560,848 0000000000000000002b45f29febc4c8a4ff4dd523057b890a335489f7f50c2a 3,088 0.98/1.00 vMB 21
560,847 560,847 000000000000000000171a0ae3496ae7654d09b1bdd45f852f57c300213e22e6 2,582 0.92/1.00 vMB 18
560,846 560,846 0000000000000000001d0f74f0c77011bccb4ac1a70bf76b34b4a81e76e97e5b 2,277 0.76/1.00 vMB 13
560,845 560,845 0000000000000000001c0452c01e4fcdbb7facfb0fadecfa44053b61dab35748 2,750 0.93/1.00 vMB 9
560,844 560,844 0000000000000000000d0f368af0d40d0d80dd0eacd6f35ade8cc4bdf8903134 3,298 1.00/1.00 vMB 18
560,843 560,843 00000000000000000014f33e87773f5a83471901e7a911f330144036ff5f86db 1,805 0.57/1.00 vMB 14
560,842 560,842 000000000000000000288c0affc20afd6a3a378225c78fe9a2ae376314e3e118 908 0.57/1.00 vMB 8
560,841 560,841 0000000000000000000a05450fccad4701ea9fbca0ed9b7e73735600d3af823b 2,264 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.05 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: 650.89 GB
    • Received: 13.34 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.