Loading Tool

Explorer IconExplorer

Memory Pool

79,010 transactions
29.43 vMB
0.08357262 BTC
Random Selection Loading Transactions
Max Size: 179.93/200 MB

Candidate Block

Mining Attempt 24371617c6618585f377b0b33d0a299119db22eb2d51f8fe448aaf327f1ec4ec
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root aa5d9c6affa12184ce9e36054601863ffcc67080653b24f485f732e49a6cc74e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,376
Size: 1.00 vMB
Total Fees: 0.01887903 BTC
Feerates: 402.60 > 1.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (265,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,900 649,900 000000000000000000085ea92e60612ad3d6e58a848f213acd8eb154db683ed2 768 1.00/1.00 vMB 66
649,899 649,899 00000000000000000003bdfa78f54981c3d54f368b9caabcaa1a997d606b03bd 2,433 1.00/1.00 vMB 79
649,898 649,898 000000000000000000034fb3c732b8864c840eee3eda93994e90fbabf291817c 1,152 1.00/1.00 vMB 66
649,897 649,897 00000000000000000006e75a87832ed6d1dd4485b5b79cebb1d47561317f789f 2,072 1.00/1.00 vMB 40
649,896 649,896 000000000000000000013a1064778f4b3d66b8d4b4ecc32d77bcff12d72d4586 1,480 1.00/1.00 vMB 63
649,895 649,895 00000000000000000008cdf064d46e42f7bb4e4f1abaa96bb5f893fde3d3f546 2,443 1.00/1.00 vMB 78
649,894 649,894 00000000000000000002c639a1edeea31e63150c941165efb0cd65be2929369f 2,458 1.00/1.00 vMB 83
649,893 649,893 0000000000000000000afdfbff846bcc02c6c5ed87139c840f3a2c2db2b5f053 1,514 1.00/1.00 vMB 13
649,892 649,892 0000000000000000000975be8f5e40f0b211b33368d1495a0fb50734093bb613 2,137 1.00/1.00 vMB 26
649,891 649,891 0000000000000000000010d3567d491dcee708c1ed5407d5f69b1be6d4e88a3e 1,422 1.00/1.00 vMB 21
649,890 649,890 0000000000000000000c2cc2d0318ddf3c59d04e264785b9d0ae9b7242b72393 1,867 1.00/1.00 vMB 42
649,889 649,889 000000000000000000085655cf616bde4f4a25d7c11312ab37371cf17ad26751 2,196 1.00/1.00 vMB 43
649,888 649,888 00000000000000000007ddb0ce5e52e4810197bd353f8eb1ba9252dfed4019ea 2,794 1.00/1.00 vMB 84
649,887 649,887 0000000000000000000a4b9660415d80374fa5046832a03df17b59043664191f 512 1.00/1.00 vMB 7
649,886 649,886 000000000000000000018796600e2bbab4be47ffd21b142e0095c0ccf57cecc5 1,003 1.00/1.00 vMB 9
649,885 649,885 00000000000000000006b6e0a98a0519c629dbc5dd15b46d00c758c476684a8f 1,550 1.00/1.00 vMB 29
649,884 649,884 0000000000000000000002fe87c5b30e7160e4c6b8818b1331fac90749b84f2a 1,632 1.00/1.00 vMB 3
649,883 649,883 00000000000000000006b552f500e9458ac39ece2394cce6d8a65b36b0b7f6f3 1,853 1.00/1.00 vMB 42
649,882 649,882 0000000000000000000393ea885b6066fda6d76002fe5a2c5febe11e5c924ec2 2,119 1.00/1.00 vMB 51
649,881 649,881 00000000000000000008b6ce9218dfb8f3a0128cecbae2da69f65360cb97f567 1,530 1.00/1.00 vMB 11
649,880 649,880 00000000000000000006eb55f37bb9e95daaf8f0e28c7d38face917c570f531f 1,239 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.