Loading Tool

Explorer IconExplorer

Memory Pool

44,730 transactions
27.31 vMB
0.10148882 BTC
Random Selection Loading Transactions
Max Size: 143.15/200 MB

Candidate Block

Mining Attempt 2c7a0e85bb3a38b1c0ab9264d62214de00de70fbb81cf8b56eb523691c27220e
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 7457cc49255778ab00a4bb283ba6e3e02bf916f78d820949ac9bdfa12feb36c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 1.00 vMB
Total Fees: 0.04612420 BTC
Feerates: 151.16 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (333,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,069 581,069 00000000000000000018b724cf9f499d9238be7c572fc176cf8e8dc1782a3a8e 2,329 1.00/1.00 vMB 70
581,068 581,068 0000000000000000002139f05588e0ce7cf6702a47ba5b51c574c9c30a289f08 2,693 1.00/1.00 vMB 115
581,067 581,067 0000000000000000001f1093cc94f3f1b91140dfc2413f3555b4fe36d0625d96 2,671 1.00/1.00 vMB 79
581,066 581,066 0000000000000000001e68c82b61a266c922970cf277df8aa660fb2ec84d880e 2,010 1.00/1.00 vMB 90
581,065 581,065 00000000000000000008c7b3beeb213b51adbbc464a43e2f72a6496e8d39cd9d 1,497 1.00/1.00 vMB 115
581,064 581,064 00000000000000000021ed80374a5c1cec47cbe47ab4163391e27fff2f87cb10 1,667 1.00/1.00 vMB 109
581,063 581,063 0000000000000000001b67ec2be2f56e1caa4adf86705c2229b7f2918778a11a 1,773 1.00/1.00 vMB 101
581,062 581,062 0000000000000000001d66ca2660b69d691da6b207531cef5adc71cada0161ca 1,698 1.00/1.00 vMB 112
581,061 581,061 0000000000000000001b41d1546044371a88356498d846261de811bb3fb386d6 1,799 1.00/1.00 vMB 50
581,060 581,060 00000000000000000007d495f12b798fe201fecd65b5416755a276e912d07b86 2,237 1.00/1.00 vMB 99
581,059 581,059 0000000000000000000d70f2a12f21f61053a5aec74e332092090372bef4c54a 2,267 1.00/1.00 vMB 50
581,058 581,058 0000000000000000000e779495f9b16bfe9229ba2fa6dcca1a8f70de7da13680 2,455 1.00/1.00 vMB 70
581,057 581,057 0000000000000000001ca487ab6979625bf8963a104f48dd82f3aa267e6b5082 1,712 1.00/1.00 vMB 119
581,056 581,056 0000000000000000001bcec1cde85f8570dcf459ae2bee3c10159e22dd0b1f87 2,068 1.00/1.00 vMB 63
581,055 581,055 00000000000000000000e4b6524722997b1b525e08e17a1dea75fd082783e09e 1,582 1.00/1.00 vMB 100
581,054 581,054 000000000000000000040d7cde11b7d5673e0da72d1b067b73f42c6c7bb860de 2,547 1.00/1.00 vMB 52
581,053 581,053 0000000000000000001a334e2a5893f482f272293aca2e1a674dca3ac5790f35 2,896 1.00/1.00 vMB 89
581,052 581,052 0000000000000000000e072b9627856fde7ee492c873b87b5d561c126284ed43 2,508 1.00/1.00 vMB 17
581,051 581,051 000000000000000000121429f48604cb6e3ac9a08f7166bcf8738cb5185f1c18 2,943 1.00/1.00 vMB 62
581,050 581,050 00000000000000000013c3f0fa9d49dc639c9f597c4bb2bba7742d447cef5add 2,344 1.00/1.00 vMB 112
581,049 581,049 00000000000000000018783e0cd2f1cd60d6a6f88dc1ec7f89285f39015fac70 2,148 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.27 GB
    • Received: 13.85 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.