Loading Tool

Explorer IconExplorer

Memory Pool

86,665 transactions
32.24 vMB
0.22708435 BTC
Random Selection Loading Transactions
Max Size: 192.72/200 MB

Candidate Block

Mining Attempt 4a09828d0f30c5f6bd81a6c048bf2fac2cc426084b83997e865528d496a4d994
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 9cfc84bed50da01cb38213054ada631121ceaee67419d05d7e4d69e1ebe31533
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,450
Size: 1.00 vMB
Total Fees: 0.10152599 BTC
Feerates: 529.10 > 10.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (123,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,693 791,693 00000000000000000005a048fc256a1ed24f968972cdb6e2eb18a4f7f0b94753 2,458 1.00/1.00 vMB 52
791,692 791,692 0000000000000000000468f7807031b9d9ce922f63a4a4b43fd803c5419bdf66 2,748 1.00/1.00 vMB 45
791,691 791,691 000000000000000000025920feb66ae3f91ac529c1330393257fac9450c3fa03 2,521 1.00/1.00 vMB 38
791,690 791,690 00000000000000000001b2da668c210e31cb08b4196c6ee1885435348c873b6a 2,704 1.00/1.00 vMB 59
791,689 791,689 00000000000000000001996a6a1693947a83f99f7af51ad838b1a2e75686a3de 3,000 1.00/1.00 vMB 33
791,688 791,688 00000000000000000002d8627df596f7283d420df76f2c0d8824edc10b879be8 3,952 1.00/1.00 vMB 27
791,687 791,687 0000000000000000000186c9c8a7e3286a2bdc40e3423c6f37e29164a7229c5a 3,371 1.00/1.00 vMB 26
791,686 791,686 00000000000000000002e9b892e1ffc23c0fbe66ae2adbc9f73362ae4d8a22a9 2,517 1.00/1.00 vMB 30
791,685 791,685 00000000000000000003c78570b57c3fb291275fa223c9d818e5361cfef33805 2,521 1.00/1.00 vMB 40
791,684 791,684 00000000000000000001129e99258a319829158089d221e3b30250466902fd10 3,054 1.00/1.00 vMB 53
791,683 791,683 000000000000000000026583ca0c790c80f3d5ade53351c6b3a9fe700d3b0a65 2,666 1.00/1.00 vMB 49
791,682 791,682 00000000000000000002c9b7af3081cd50490624286a0154c25b73d3bbb5478e 2,517 1.00/1.00 vMB 49
791,681 791,681 00000000000000000002f6e33c745baa9635d882bfb9f9beee4eeb0afb39dafe 2,660 1.00/1.00 vMB 58
791,680 791,680 00000000000000000000c0486da71cec965604d857e18d0409c87bed8fde1f35 1,975 1.00/1.00 vMB 20
791,679 791,679 0000000000000000000330d6e749afc870ae091dbae3eb3857489eea59b36cf7 4,250 1.00/1.00 vMB 21
791,678 791,678 000000000000000000007c85bf85941e63a5dab03a860bb46e81e6bd44a97584 3,150 1.00/1.00 vMB 34
791,677 791,677 000000000000000000013bc94b6a7e14141901235827e9629a3aeedf774676ea 2,679 1.00/1.00 vMB 55
791,676 791,676 00000000000000000001ff3659f0dac08757ecbcd0d4ed656d546be95e4250ad 3,401 1.00/1.00 vMB 37
791,675 791,675 00000000000000000001f4ec9d9222e164c8b3d509dc2ee5fb473bcc6467e8df 3,602 1.00/1.00 vMB 31
791,674 791,674 00000000000000000001644cc2197edfc0d83d57db189a2a80b65d853faf9cd6 2,870 1.00/1.00 vMB 61
791,673 791,673 00000000000000000002f3d5ac377aaafefd6f799158bbcda57fe9e8f4899036 3,172 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.31 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.