Loading Tool

Explorer IconExplorer

Memory Pool

88,722 transactions
33.16 vMB
0.19627392 BTC
Random Selection Loading Transactions
Max Size: 199.76/200 MB

Candidate Block

Mining Attempt 30c727f89c5a8437aab4d630f899c9c7ade6d167c96c13c061d3cf422447ffbf
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 14e0135f1ab29360bab7309ae6e392c169439c6ed59de6950856d8a72def5748
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,894
Size: 1.00 vMB
Total Fees: 0.08627768 BTC
Feerates: 387.56 > 8.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (236,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,817 678,817 00000000000000000002b33c4fc806346bc22f77f17b541f0389121cbfefb671 2,583 1.00/1.00 vMB 53
678,816 678,816 000000000000000000035744b1f80e3f18d474afd68d7035f4bc5171f1c3e574 1,428 1.00/1.00 vMB 30
678,815 678,815 000000000000000000065206c8bc7c9ad1e569e6967affae444b5a55f5353bf3 1,589 1.00/1.00 vMB 32
678,814 678,814 00000000000000000002542a4211784a4b2df41cbe00829329e9498b104046f6 831 1.00/1.00 vMB 19
678,813 678,813 000000000000000000090818b251751a9f5ff28e2b444c498dfd79bfce79cf04 1,222 1.00/1.00 vMB 28
678,812 678,812 000000000000000000029b17d90a339132127fb0fa4b5541a7d99cd23768b9cf 1,405 1.00/1.00 vMB 26
678,811 678,811 0000000000000000000c1432f9863f7a2caddfd87ca6bb37451cf2ea2e660188 1,178 1.00/1.00 vMB 30
678,810 678,810 000000000000000000018616420998711a70d64e5a6df26671aa13a315db35d1 1,993 1.00/1.00 vMB 43
678,809 678,809 0000000000000000000b970e707b0c8656f254725d2c01402c6bc735ab872171 2,412 1.00/1.00 vMB 54
678,808 678,808 00000000000000000009ec3cb03ffb23291543357c71120874682bc3a1484a7a 1,225 1.00/1.00 vMB 21
678,807 678,807 00000000000000000006ad68b54a47d54d9ec7a302b4d1a702e5ef8c037a6c8e 1,978 1.00/1.00 vMB 41
678,806 678,806 0000000000000000000958b52423d2a3651879b69722e3db9da6798c4a806dd2 1,423 1.00/1.00 vMB 41
678,805 678,805 0000000000000000000ab873d5737f61cd07267abac444a51c79bd981bc3b254 1,906 1.00/1.00 vMB 80
678,804 678,804 00000000000000000004c0566e0a9a29e34aac45e39fdf01b8b3939d46b47d28 1,760 1.00/1.00 vMB 30
678,803 678,803 00000000000000000003c86035f7f1a1e74f07797983286e5feecac4ba374c97 2,520 1.00/1.00 vMB 57
678,802 678,802 000000000000000000050dd9f98b6ef6224f91a64e6f33741ac90cf961918c5d 1,021 1.00/1.00 vMB 9
678,801 678,801 000000000000000000090040abf7290f3757a40e15e053dc21f1c0e833b20eaa 2,241 1.00/1.00 vMB 57
678,800 678,800 0000000000000000000bd91483a66c464f3d6aa191e703a6c7dd24b322e7f554 1,702 1.00/1.00 vMB 10
678,799 678,799 0000000000000000000b398b1b58d4870fd8dd4cb392201d14d677e254c5fd1a 2,377 1.00/1.00 vMB 28
678,798 678,798 0000000000000000000bc7558980a4fe31c22afa8dd6e0f9fa87e953992f7974 2,260 1.00/1.00 vMB 24
678,797 678,797 0000000000000000000c1f9361e5abea761a1bdad34f03c28cb07ae32d6bf0e8 2,539 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.31 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: 660.08 GB
    • Received: 14.62 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.