Loading Tool

Explorer IconExplorer

Memory Pool

78,012 transactions
28.64 vMB
0.10251683 BTC
Random Selection Loading Transactions
Max Size: 174.24/200 MB

Candidate Block

Mining Attempt 72f6abded7471f852290fe8933cddf2c0132daf5ef71daa7aab8573e703b763b
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 1958837b8cd533e3389ed0a3029ee3f44e34681b0da408a82c1d66d1f216da26
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,643
Size: 1.00 vMB
Total Fees: 0.03599443 BTC
Feerates: 602.26 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (549,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
365,597 365,597 00000000000000000a93c4037d89ecd68d3ad964a681f3b10852e360a8760e77 1,399 0.93/1.00 vMB 37
365,596 365,596 000000000000000009076ab9c5dd4035b125af5c6afba91c2b5b4f5c4e186e69 1,320 0.93/1.00 vMB 25
365,595 365,595 000000000000000000689581fe81ec3f87af1186322c0f88f075b5692935c8db 545 0.29/1.00 vMB 37
365,594 365,594 000000000000000010b2add1fee49712a090165bf2ae61c2cfce1239c14dff60 1,752 0.95/1.00 vMB 40
365,593 365,593 0000000000000000112215082e3937101bb8b4aef1d41a9006c3f7edf25f99cd 975 0.93/1.00 vMB 14
365,592 365,592 000000000000000002c64533ea7fc004f9a34861a5a0b90a5806656f4ce2945f 1,144 0.50/1.00 vMB 43
365,591 365,591 000000000000000006b86a01e44478b6d3bf9993e38f61756641192546eb9675 963 0.93/1.00 vMB 19
365,590 365,590 000000000000000000bf15156a7e7ae43caa0334c71f1ca99dfdddc9487eeed7 805 0.43/1.00 vMB 38
365,589 365,589 00000000000000000e9147f7144c1047a01a6af0dfded77ba3c54f987f136e61 444 0.89/1.00 vMB 10
365,588 365,588 00000000000000000355668554461ebed817f367b7dc7125c14a3289d1b7f96f 306 0.92/1.00 vMB 8
365,587 365,587 00000000000000001510d3bdf5cc069d228d3a6b0d7e1c29fa4f60c360ac4b75 1,263 0.95/1.00 vMB 24
365,586 365,586 0000000000000000078148d9b89ea552378ec09b286cf308b6efff49e09f32d9 244 0.91/1.00 vMB 6
365,585 365,585 000000000000000007fe6e283d6b857c010be0610c0e2c874dace87773265756 567 0.29/1.00 vMB 40
365,584 365,584 00000000000000000e9c0f931460d7bb40cdbb7de12ae69640e978b4ee05efcc 1,011 0.75/1.00 vMB 22
365,583 365,583 000000000000000012fd950187917fcb41acda10e420ed013dca9a737a0b7eaf 491 0.93/1.00 vMB 84
365,582 365,582 00000000000000000b3d7ccd8af4af7be6f37cc9231a6d99e74c0ed0e2f5b2f1 829 0.46/1.00 vMB 39
365,581 365,581 0000000000000000115bdb08a4faa7a0a77e977aba635ab5a8f5ab2f1e064020 464 0.31/1.00 vMB 26
365,580 365,580 000000000000000007bfc0de1588a82d5784f58c253b9f04d63f2ffa43f2e77b 626 0.92/1.00 vMB 11
365,579 365,579 000000000000000003307984a0ff7b9da42bf6f8b3ca01dd1c632d1e4e019424 1,218 0.75/1.00 vMB 33
365,578 365,578 00000000000000001113cd7699988701661e57d83b6ae2b7e75bb3667dcecae7 2,562 0.95/1.00 vMB 54
365,577 365,577 00000000000000000e76821cb710d1a40878ead2e83fa8a0ec26b31f92263b09 1,162 0.59/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.92 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: 714.38 GB
    • Received: 17.53 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.