Loading Tool

Explorer IconExplorer

Memory Pool

81,357 transactions
30.73 vMB
0.08937032 BTC
Random Selection Loading Transactions
Max Size: 187.42/200 MB

Candidate Block

Mining Attempt 9e773ccbc5490d5af7be0c95c6b7b3bf5b9ca1fae18889f04245a2b672e90494
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root d2d86c26af46c10d3d8bb8c2227a8ee51aef40e8582e035c915e40afad93f1d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,771
Size: 1.00 vMB
Total Fees: 0.01887762 BTC
Feerates: 301.57 > 1.89 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (311,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,068 604,068 000000000000000000153ec688c164c9774c5989ce49390359aeabdd278a94b9 3,075 1.00/1.00 vMB 19
604,067 604,067 000000000000000000156a0fd65e2d6854b7f192531538cbfc36799e122aa93b 2,296 1.00/1.00 vMB 13
604,066 604,066 0000000000000000000058b9c6288ec18cc2b7e5012ff7a60cdb56c9d39ac346 1,626 1.00/1.00 vMB 11
604,065 604,065 0000000000000000000f755d3fdc327613c972148df808c218bad104fda63af5 1,964 1.00/1.00 vMB 11
604,064 604,064 0000000000000000000721ccc8c4e1baf287fb786892c6d5e354d647ec08813e 2,175 1.00/1.00 vMB 15
604,063 604,063 00000000000000000012d434a3d8843c949e4d5baa1f298fc18b2310b2248e8f 2,530 1.00/1.00 vMB 30
604,062 604,062 0000000000000000000f4029d9299f72367a18fb297ff7dbf3d386235f0c35c2 2,397 1.00/1.00 vMB 19
604,061 604,061 000000000000000000017a7a1ff1aa560f1b1515c4e5c7420abc8a15250c0095 2,169 1.00/1.00 vMB 35
604,060 604,060 000000000000000000071bfe52a250cd1abbd7eacb0700cb06868cd224c500be 1,096 1.00/1.00 vMB 73
604,059 604,059 0000000000000000000acf30c35a4e3db2b1e9862ebfad4608e7c4fce199c8c8 2,373 1.00/1.00 vMB 15
604,058 604,058 0000000000000000000f13f1fafa5b4e75bc2fd945567b9bc1de3ff03632054c 2,082 1.00/1.00 vMB 16
604,057 604,057 0000000000000000000b80a342e6d8a35ed9d2ae7cbd1133930af7fddc84a340 310 1.00/1.00 vMB 4
604,056 604,056 0000000000000000001437a94c5c66692073e8b95da2af382b56fc8c4a0405ec 2,206 1.00/1.00 vMB 17
604,055 604,055 0000000000000000001465a1c078518922c736f35f8cd3915f2eb901f5112a1c 2,207 1.00/1.00 vMB 14
604,054 604,054 0000000000000000000fe55d2ea4cf29d6581932a1191e1eaf4abf2e841653bc 1 0.00/1.00 vMB 0
604,053 604,053 0000000000000000000079736a09fffd1ea19871545638bae953428de6acd523 295 1.00/1.00 vMB 3
604,052 604,052 0000000000000000000320297333176444032c07d50a0da6a9041b965ec20c0a 1,922 1.00/1.00 vMB 13
604,051 604,051 0000000000000000001207afb31eb0662c86d3c65ad293ef1f5002e8e90962be 597 1.00/1.00 vMB 4
604,050 604,050 0000000000000000000ff18ce0376a1e175615505200018e12f908bd3da41eda 1,248 1.00/1.00 vMB 12
604,049 604,049 00000000000000000011f913ef508f8e2f8862ce76057a3a3ab2d62002e94c9d 1,425 1.00/1.00 vMB 7
604,048 604,048 0000000000000000000526273c1abbdb82cc3f7964b5c287193eeaf0f86d14b3 2,602 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.06 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: 720.78 GB
    • Received: 18.25 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.