Loading Tool

Explorer IconExplorer

Memory Pool

70,048 transactions
36.68 vMB
0.24887175 BTC
Random Selection Loading Transactions
Max Size: 197.52/200 MB

Candidate Block

Mining Attempt bca2dc65db306bb99561e2a8d2941cc1bbc2699c215d8a5b0f0c23e5fc83a89d
Version 20000000
Previous Block 00000000000000000000d7271f28b45355cfc631b6f1da0256f67f39ef548751
Merkle Root 3eb9b30e2b9e30ceb2b674c2450da364a6b4a4e2f46da0e2db2f05acd567fb2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,285
Size: 1.00 vMB
Total Fees: 0.08223396 BTC
Feerates: 238.87 > 8.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,419 (817,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,082 97,082 000000000001fd91f4ab5821a623feca58594d09f73f8f52c6fa0ac5602ce8cf 2 0.00/1.00 vMB 0
97,081 97,081 000000000003f93bf41aecbf46a35373e0b8094e9d81fbd910917ec018f0ef01 1 0.00/1.00 vMB 0
97,080 97,080 000000000004d4839fa8320862d34fb8eda7b5e24e4c768f9df09ad313fec808 1 0.00/1.00 vMB 0
97,079 97,079 000000000000d18c5d4f7bf2c04392dc281e9660fd361025083ee45d79cc7c6e 1 0.00/1.00 vMB 0
97,078 97,078 000000000002afade3dc2f51b92fff5b897decde7f289bab7af85fb231792289 1 0.00/1.00 vMB 0
97,077 97,077 00000000000512feefda2c0d4e42f99aad86ad9128928c38bb56f2c4659442c3 7 0.00/1.00 vMB 0
97,076 97,076 000000000002138adf4aa2acda7e8f6842ca063b70774602b506dd5d1ecbbb2c 5 0.00/1.00 vMB 649
97,075 97,075 0000000000011882c2773665c018a2e046dd37461820a87ca5d9f2b528153868 3 0.00/1.00 vMB 0
97,074 97,074 0000000000049589cb6f5877f624fa18c458fb205660e8d2cc6b0212e77f29b0 9 0.00/1.00 vMB 0
97,073 97,073 000000000004ec440ae303875f1d649bf06fa25f074d799f1a6fc47c9baf31d5 2 0.00/1.00 vMB 0
97,072 97,072 000000000002dd641192690f849fc8df55847aef3062480e45bf40a0a089b64c 6 0.00/1.00 vMB 0
97,071 97,071 00000000000279ae240465d958057aa6cc7b5e0660faf1b340715802bb991d3b 4 0.00/1.00 vMB 0
97,070 97,070 000000000004017c6e1dc1e84b0c8df3f27583ae2a30fbc4b61aef66df50fc1f 5 0.00/1.00 vMB 0
97,069 97,069 000000000004cc63199de0cd62793060eb5631d5738e6d0244ae0032ec8f8b72 6 0.00/1.00 vMB 775
97,068 97,068 000000000002588c08317954994155d5a843672ad0eec6be84a3e828e61fb96e 9 0.00/1.00 vMB 0
97,067 97,067 000000000002fa1bb9e52cb624f92d4b89e5f71896edad6776f27cf8206c308c 1 0.00/1.00 vMB 0
97,066 97,066 0000000000006f0b0d640ed5f3f3f6eb8672424a76cb4972781b641acc9e1472 2 0.00/1.00 vMB 0
97,065 97,065 000000000003fc1220a982450353198b3c22a57838357cca74a974bb2fbc185d 2 0.00/1.00 vMB 0
97,064 97,064 000000000001d6c299af7d5fb9d2355bcd71d9c5c2962fa9e12696e4c3509f21 2 0.00/1.00 vMB 0
97,063 97,063 000000000001a2931fcb913b34074d2a2a1df57754829a7929a52813bc36cce0 2 0.00/1.00 vMB 0
97,062 97,062 0000000000043e0001f91c5e798b916dde4d0ca7c473ebfcaf54ce24f556ccde 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.35 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: 602.10 GB
    • Received: 10.30 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.