Loading Tool

Explorer IconExplorer

Memory Pool

76,617 transactions
28.75 vMB
0.07609646 BTC
Random Selection Loading Transactions
Max Size: 173.60/200 MB

Candidate Block

Mining Attempt c29546fa77f477d6d227ba8664065efaf2a60ab4c58e871a11b931e9e378dcd0
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 6845b39650678201717f7f67a135c554a89b0efb9a4d4c69ccb500a43dc9f7bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,058
Size: 1.00 vMB
Total Fees: 0.01250836 BTC
Feerates: 103.00 > 1.25 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (541,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
373,670 373,670 000000000000000012d4f9f1916d6627c0c5b7e7c71c1d32f6c07485a6d5d321 2 0.00/1.00 vMB 0
373,669 373,669 00000000000000000f34ed03bdd1af021d540161cac89f3d743a5c279cbb4fcf 2,425 1.00/1.00 vMB 49
373,668 373,668 00000000000000000ca73b92975341d69874b41d1d630879e4b76aa2981da7ac 515 0.34/1.00 vMB 40
373,667 373,667 0000000000000000128a35946412402d7cf036a97adb0be1e10b9417d160fdf3 451 0.95/1.00 vMB 9
373,666 373,666 000000000000000002a2cf8473560e3a1b1368ad2887a091eb6c5502b7d94aeb 2,036 0.99/1.00 vMB 43
373,665 373,665 0000000000000000031fec7653be558e1546ff2d284d0e4b4ae2d5d00400d7d4 313 0.89/1.00 vMB 7
373,664 373,664 0000000000000000115220a9e3d1937ec3409c740907da005e55bb8ee50f1d27 95 0.04/1.00 vMB 51
373,663 373,663 000000000000000008e370a0ab01b12b4755a1c72e3d9883655aed3450d10099 272 0.97/1.00 vMB 6
373,662 373,662 00000000000000000d7be9ce867da6c5ede09ccadc12b66f1d05affefd1bc516 1,016 0.48/1.00 vMB 40
373,661 373,661 000000000000000009f248b3392d67cf9e977df3c5c8c78d2c025ea91389d9e9 546 0.98/1.00 vMB 11
373,660 373,660 00000000000000000d0eed938d99e715885f51d4740408fe8323b5d5348d0b48 754 0.39/1.00 vMB 43
373,659 373,659 000000000000000008f30f972826c8df297f1e133b58a6f8d503054ec9cd9d40 528 0.96/1.00 vMB 10
373,658 373,658 000000000000000002ee2ddb981c9c2d1a960b8c1cb0a6f097279636390ba9df 833 0.45/1.00 vMB 40
373,657 373,657 00000000000000000e591b6e6ec42c90ca91e13134c775d54d1274971ef2e752 346 0.87/1.00 vMB 4
373,656 373,656 000000000000000008b1d4afa991bab7f53bf657ff76cce78f79a57dc97c2aab 846 0.42/1.00 vMB 43
373,655 373,655 0000000000000000002c483ef69fc23346cf4b1c339ff7a116fd24dfb806dcf7 701 0.34/1.00 vMB 41
373,654 373,654 0000000000000000079d783c78066964273ab983cdeeefc1e88a3a9db2fde479 208 0.10/1.00 vMB 44
373,653 373,653 0000000000000000025ba4188db9c0f563b4c042dcf765cacaba2db9d0ebf9b4 1,933 0.95/1.00 vMB 39
373,652 373,652 000000000000000004cf43f5d35003f4afdf57e08cb08c54cd0d6eff79dc8169 2,068 0.93/1.00 vMB 61
373,651 373,651 00000000000000001117df3014bb923c24336aac9da033d894a6a1e6841154f5 830 0.95/1.00 vMB 29
373,650 373,650 0000000000000000035894f01c9f483916fb90f3ab2698fd4cd64bcab6c4cdec 378 0.29/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.66 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: 673.01 GB
    • Received: 16.35 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.