Loading Tool

Explorer IconExplorer

Memory Pool

78,284 transactions
29.42 vMB
0.06661512 BTC
Random Selection Loading Transactions
Max Size: 176.62/200 MB

Candidate Block

Mining Attempt 7b8a5d0e0cb24feaa3680bd3ec83d598824aad64e06b9bad6006f24af04f5e0c
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 321be570df3ef467e2cb9599ab7f1fc06c70b5778a288e51a86d47c61df1ca3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,726
Size: 1.00 vMB
Total Fees: 0.00697257 BTC
Feerates: 180.34 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (249,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,531 665,531 000000000000000000062c053702e592ba3c66892c25e4b1858f7bbca0e490f7 2,137 1.00/1.00 vMB 52
665,530 665,530 000000000000000000040eed1b18a2eb9425aa9ce41e784184902a7e718ac769 1,950 1.00/1.00 vMB 47
665,529 665,529 0000000000000000000c6e66de362745abbb9221f46934745077d9e8442a90c7 1,311 1.00/1.00 vMB 79
665,528 665,528 0000000000000000000273031d56d20576968e6d136a38b9148b7477065e3c04 1,212 1.00/1.00 vMB 35
665,527 665,527 00000000000000000002532cef3fff2c16a15acddcc1daf4d42243df87feec47 2,109 1.00/1.00 vMB 52
665,526 665,526 000000000000000000022e137a80f093e04c7506f3a6b2b088fe2b67a9bb818c 1,267 1.00/1.00 vMB 33
665,525 665,525 00000000000000000009ff12100ef679d41a6929a989fc4906f1243708a347c8 1,942 1.00/1.00 vMB 28
665,524 665,524 0000000000000000000ced41c063eec48260d3c305d50e2a1e188d432a1447e2 2,666 1.00/1.00 vMB 73
665,523 665,523 0000000000000000000289877ad7ad0ce57ab4bde047a72c9262bde831c3ea18 2,234 1.00/1.00 vMB 79
665,522 665,522 00000000000000000003ab1212291562a08471ff0b2cc73bbca4c5973e876a91 2,205 1.00/1.00 vMB 57
665,521 665,521 00000000000000000009b3fac25eb1ba4a6a33bdb29a1c39fa28bbf957dc60cc 1,587 1.00/1.00 vMB 48
665,520 665,520 00000000000000000003a2239f3e13a0dc4f1d6dbd710ec210a384d7fac78a84 1,658 1.00/1.00 vMB 82
665,519 665,519 00000000000000000008c3f8901237672081be49e3f9c014bf1ccf6c97c9918f 1,899 1.00/1.00 vMB 74
665,518 665,518 0000000000000000000a822d214bc7b6842bafd61fdf2e4ddbce0a821369d426 1,872 1.00/1.00 vMB 30
665,517 665,517 0000000000000000000304ec7b09c5a5612b536ffd12f494564dddde8110e26a 728 1.00/1.00 vMB 74
665,516 665,516 00000000000000000005d10680402932dd5ba15433c102b67d04bb3eb185c353 1,762 1.00/1.00 vMB 40
665,515 665,515 0000000000000000000c9ab6bf5d590ca0affe219c6a7e4dc377a000a8751a6f 2,690 1.00/1.00 vMB 103
665,514 665,514 00000000000000000007cd9d0244eb253894da99837861e71e42cea68c86f0d3 1,364 1.00/1.00 vMB 22
665,513 665,513 0000000000000000000bf73122c7036a5a3ac9bfcbf057e5047587a833109d45 1,951 1.00/1.00 vMB 41
665,512 665,512 00000000000000000007055f7d314a1b09d6ff315e860891bd4950b226df17a9 2,082 1.00/1.00 vMB 39
665,511 665,511 000000000000000000070a8f8f4d4e5a16a0f11959347878abce7b47d5074e0d 1,894 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.43 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: 665.47 GB
    • Received: 15.14 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.