Loading Tool

Explorer IconExplorer

Memory Pool

79,976 transactions
30.31 vMB
0.08642389 BTC
Random Selection Loading Transactions
Max Size: 184.82/200 MB

Candidate Block

Mining Attempt 86f3f3833263679f6016f894a2e76b9565e7efa261a38fb340a061c8bf1ee4a3
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root 3a746ec24f568dfb41fd1c24693e2939197b3542694830d57c91f8569a4ac42e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,550
Size: 1.00 vMB
Total Fees: 0.01879234 BTC
Feerates: 200.00 > 1.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (96,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,765 818,765 00000000000000000003d406f9cab5919717759cd7e6500ace91375704d88ddb 3,931 1.00/1.00 vMB 70
818,764 818,764 00000000000000000000d29ed87435c686c5aca835ebff71b37c4f45fb881668 2,564 1.00/1.00 vMB 50
818,763 818,763 0000000000000000000211a9b6b6d99b3e9b11abec5cdc9bda8ee7246d4f8c98 3,190 1.00/1.00 vMB 60
818,762 818,762 0000000000000000000014a648867b9707cdaaad333f30a24a7ec0215bd1321c 3,151 1.00/1.00 vMB 62
818,761 818,761 00000000000000000000e22ff995fdd021fa40f4064a233ee530e9632aa7d97f 5,194 1.00/1.00 vMB 60
818,760 818,760 00000000000000000000849520227f7078117c9c768dcd2bbcbb3d3eccaf6ea4 4,663 1.00/1.00 vMB 71
818,759 818,759 000000000000000000027df14012c3d12ced11dccfd123948c2a559c3fa5f4ac 3,623 1.00/1.00 vMB 66
818,758 818,758 00000000000000000001334be241b6be655de28f84e499afde2f120682920660 4,044 1.00/1.00 vMB 71
818,757 818,757 000000000000000000000f9873fff21b0482c3fe1ac55ff29c7de03b11a9d8b6 2,667 1.00/1.00 vMB 91
818,756 818,756 00000000000000000003a7bb7e028bc572badd64bacd16fd26ec4d83f1a91ecc 2,900 1.00/1.00 vMB 50
818,755 818,755 00000000000000000000f5de604b7df4fdecea5ac847a8016221ebabdde18bdc 4,019 1.00/1.00 vMB 65
818,754 818,754 000000000000000000028b08f206b21d7b9b589f6af50983872effae34c30263 4,318 1.00/1.00 vMB 57
818,753 818,753 000000000000000000038e122c272cedc59385540a11c4aa2565e83d394769d7 4,176 1.00/1.00 vMB 59
818,752 818,752 000000000000000000032dcda8e40308ca3a58d0e42da469796d1cf0b4434475 4,763 1.00/1.00 vMB 77
818,751 818,751 00000000000000000001f4f250bab2923434bdf01fbb7eb3bfa3f6c4673842b0 4,200 1.00/1.00 vMB 68
818,750 818,750 000000000000000000009a01110eeab6cc7948b203c99ac825f7879b5c0a8e0c 3,667 1.00/1.00 vMB 71
818,749 818,749 000000000000000000039d9b63e0ca2014c98bbf8f4b2b4ed1c7bb03b7a8c1b3 2,638 1.00/1.00 vMB 73
818,748 818,748 000000000000000000022b11fe715d8b186ab3a0e3c554ee6951dc6d9d0bebae 3,697 1.00/1.00 vMB 75
818,747 818,747 000000000000000000006b379b002635c66b4e6c2247afaa9f49dbf63d032458 2,201 1.00/1.00 vMB 85
818,746 818,746 0000000000000000000279e7fc938b2506d0b2465a6210477ad409b601464c5d 2,758 1.00/1.00 vMB 115
818,745 818,745 000000000000000000021b52dabf1a5dede794938bf0f30cd99f92ebb65d6eb7 4,649 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 783.04 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: 719.69 GB
    • Received: 18.13 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.