Loading Tool

Explorer IconExplorer

Memory Pool

79,714 transactions
30.05 vMB
0.08296026 BTC
Random Selection Loading Transactions
Max Size: 180.96/200 MB

Candidate Block

Mining Attempt 17973146abfcfd1a9452e481ac0261ddbe0f2b33aa87df532602453e801e7537
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root ef5d452a0462d57d4bb3e2b8aab3577928a5b5f324cae1a166f6b2a6e2fa44ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,103
Size: 1.00 vMB
Total Fees: 0.01890359 BTC
Feerates: 150.45 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (468,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,847 446,847 000000000000000002a28f0627e1707496eb663a8130d22dfd2edd91f1dea453 582 1.00/1.00 vMB 41
446,846 446,846 0000000000000000011a8007fc397abf444c3b24aab59ac30e19efe1f1a8591c 1,448 1.00/1.00 vMB 58
446,845 446,845 000000000000000000f3a5d13ecb2e75863b16a12f2a8505bcf5539a8c1d3a2c 2,179 1.00/1.00 vMB 74
446,844 446,844 0000000000000000018298305181b3fc1faebe1e11ab9fa338eb727bfec6903d 2,698 1.00/1.00 vMB 94
446,843 446,843 0000000000000000001361879b790400555b0278ba9ba4cb639c1edc94ddfe67 2,401 1.00/1.00 vMB 85
446,842 446,842 0000000000000000019a5591e0fa7645485632fc2d2aa2c792ff691589b444d9 1,612 1.00/1.00 vMB 53
446,841 446,841 000000000000000001013209654f1d13ffcec1e68162c05b51f6e7b2d9516e06 2,352 1.00/1.00 vMB 98
446,840 446,840 00000000000000000100448463010222b68748e29cd7270988aef17e44c3d49c 1,004 1.00/1.00 vMB 59
446,839 446,839 0000000000000000031f4b6f5ebddafba1002be36565fe866ebde1f9c45ab0f5 1,915 1.00/1.00 vMB 73
446,838 446,838 0000000000000000033306a1436751f74f8dbb88eee9af909e89b166c8695a0f 1,977 1.00/1.00 vMB 55
446,837 446,837 0000000000000000004eef6a30be64198ae5ba1d6b8389f243660cb0f93635fb 1,838 1.00/1.00 vMB 74
446,836 446,836 000000000000000000da995f2d671ad321d61a93ce4826175f9d8e1092b5b8b8 1,274 1.00/1.00 vMB 59
446,835 446,835 0000000000000000008d31c1992164042cc7f272b32ae068047a48d04e3ebb00 759 0.94/1.00 vMB 32
446,834 446,834 000000000000000000d30bdcd45a54ff7e9c610bb65539179e342e53cc7577d4 826 1.00/1.00 vMB 61
446,833 446,833 000000000000000000123c9e3a60b30401f347a701e55153009aa7a0ec1d353e 2,079 1.00/1.00 vMB 56
446,832 446,832 0000000000000000028bf735df7dd345c44330e12e41f6a80e122fdea4c7ab76 2,515 1.00/1.00 vMB 72
446,831 446,831 0000000000000000015959d3969dc46a68a7a41282e1312e96deb3dff897478d 2,663 1.00/1.00 vMB 60
446,830 446,830 000000000000000000f779a0e7166f1429e39be4cacc7e52d5ed71b7f556d7bd 1,565 1.00/1.00 vMB 70
446,829 446,829 0000000000000000027d30db0a8d448487c2590f9590b457bbb50c969e278dcd 2,700 1.00/1.00 vMB 64
446,828 446,828 0000000000000000013df38148d3c8ad6e9f42e104c2dfcf3db64eff6fd67d60 1,729 1.00/1.00 vMB 69
446,827 446,827 0000000000000000035b375d50e9ddc5a076ab82a6eb0bb882296783fe5306b0 1,834 0.93/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.69 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: 687.47 GB
    • Received: 16.49 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.