Loading Tool

Explorer IconExplorer

Memory Pool

83,615 transactions
31.82 vMB
0.13158353 BTC
Random Selection Loading Transactions
Max Size: 191.99/200 MB

Candidate Block

Mining Attempt 06119e74b435a5c63ccd6077073979308814d39557f1c7bff1f7e8c92e1044d8
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 11ff6ea87ca34be64dea527eaf894d94641f79d617a5abc495d530f28d70f26d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,194
Size: 1.00 vMB
Total Fees: 0.04424229 BTC
Feerates: 803.65 > 4.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (535,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,695 379,695 0000000000000000096ad11de7e2022eb3cb6660f83f09aab311754a66dbd061 663 0.50/1.00 vMB 29
379,694 379,694 00000000000000000372909ccc35676ed071706b9e84827849e8c99dd5d9d133 586 0.38/1.00 vMB 37
379,693 379,693 000000000000000001892d31854508a6a8b9cab6e79f640e4d8766dfd826b34d 945 0.49/1.00 vMB 43
379,692 379,692 000000000000000003237b6f4d0256d1c5c80591c91e826833e58bb4462dddbe 922 1.00/1.00 vMB 15
379,691 379,691 0000000000000000010c488ff931a30573647da09058535a0bdd7481cafb7b5e 1,877 0.99/1.00 vMB 33
379,690 379,690 0000000000000000078ab067ac8766e4c0a6159b7ad6f84055685bf30060f2a0 2,110 0.99/1.00 vMB 38
379,689 379,689 00000000000000000e8bad2c952198ccc91cf5b25417c6fef2cce4373c5b6c01 689 0.28/1.00 vMB 45
379,688 379,688 0000000000000000035e52ab43bf083e8bdcf46277cd5fe6089a3140c8cc6650 1,319 1.00/1.00 vMB 23
379,687 379,687 00000000000000000aefad8b4ec3f4bdfb1410d4387a842baafb86bcb53055f1 493 0.33/1.00 vMB 26
379,686 379,686 00000000000000000dfe2fa84ca10b0abdadb9a0ce62d94c40fea99f9d5740cc 851 0.36/1.00 vMB 52
379,685 379,685 00000000000000000b16e7069737693cab80ba569b9c4910a0c713f06067f478 1,205 0.51/1.00 vMB 41
379,684 379,684 00000000000000000f01b2b7105887e195e7ca5e379b4cfb14eae1b8890db2d9 610 0.41/1.00 vMB 31
379,683 379,683 0000000000000000072e0ac4467039d326db87a68818cbd8822b748e9dd5cee0 1,894 0.75/1.00 vMB 47
379,682 379,682 00000000000000000b21c3b23a8338d8fc45965bb19f599cd7813c0d410f494a 1,543 0.75/1.00 vMB 40
379,681 379,681 00000000000000000dddf8e6932f750e805c6e2ccdb0017340b932a42dae9039 322 0.19/1.00 vMB 62
379,680 379,680 000000000000000001e497622f56f34bb6c2682a8d7d03bf59191868a3fc3f94 1,964 0.86/1.00 vMB 44
379,679 379,679 00000000000000001002e3cd832b06c2b113ebb1c7fb576f40763ea77cffb81b 1,794 0.75/1.00 vMB 41
379,678 379,678 0000000000000000085efb9bf1d6ca2bf3155bfd5948d2f658336f814987dacb 463 0.25/1.00 vMB 31
379,677 379,677 0000000000000000099731e50f1ec539a8564ea34a85f0567d27d86e12604b85 1,105 0.54/1.00 vMB 36
379,676 379,676 0000000000000000004b346a775a163306f92f29bf5ea88efe4e4fe9e17014f0 1 0.00/1.00 vMB 0
379,675 379,675 00000000000000000a5d079b1452fcd2cfdb0b9fda1d190617a5c57c804a8a8c 1,572 0.75/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 783.00 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: 718.70 GB
    • Received: 17.94 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.