Loading Tool

Explorer IconExplorer

Memory Pool

35,821 transactions
25.96 vMB
0.07060406 BTC
Random Selection Loading Transactions
Max Size: 132.28/200 MB

Candidate Block

Mining Attempt f7431163b4b80306e2c426b05329db3efffafc34a2c2f5380e6f6c23603c21a9
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root 89918a077a79d355be469bc4c61eeffeaa89da700cfa7bb44340a1bc196b610d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,983
Size: 1.00 vMB
Total Fees: 0.02292955 BTC
Feerates: 150.77 > 2.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (174,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
740,037 740,037 00000000000000000006552457acc419364669fbda31e7c3bb30bea7e3d1b464 638 0.35/1.00 vMB 2
740,036 740,036 00000000000000000004899997063520eea849f0216ebc5beed8df509111cb7c 2,433 1.00/1.00 vMB 7
740,035 740,035 0000000000000000000247e8a655b8b3266b6fee50c84a9b0e3d0e941a59f971 3,100 1.00/1.00 vMB 6
740,034 740,034 0000000000000000000029197188106d3c7436db8b76698448c33a3b2d821b39 3,480 1.00/1.00 vMB 15
740,033 740,033 000000000000000000058d5541ea47dea4af45bc730ef5898e05959cdfece511 1,679 0.52/1.00 vMB 9
740,032 740,032 000000000000000000029b7ff077ef37b8c56fc2afb5c0316255b4ba568688d9 1,352 0.72/1.00 vMB 5
740,031 740,031 000000000000000000059a2db69b0400138b75289b3ab43e0c016df3ec29624f 3,050 1.00/1.00 vMB 8
740,030 740,030 00000000000000000000e50122e6e252df049bd4d677794406d1646e4c63a0b4 2,625 1.00/1.00 vMB 9
740,029 740,029 0000000000000000000023f17852098c09d0a94c6674b1dc9a7b48f6dcaf4b99 937 0.47/1.00 vMB 2
740,028 740,028 00000000000000000007a30bb789a28b7416ab74e4b8d71f6326ab1280e7f29f 2,645 1.00/1.00 vMB 5
740,027 740,027 00000000000000000007611953f21d12dbd6e2df6c87bd42333e896ec0eb53e1 1,731 1.00/1.00 vMB 10
740,026 740,026 000000000000000000041cffce7a56c7b62492e6c625a807e20f2b9d8c928ce2 3,292 1.00/1.00 vMB 14
740,025 740,025 00000000000000000006a2454824fc79f086be74d9be4eb96383cb0aba1d2bef 1,674 0.56/1.00 vMB 8
740,024 740,024 00000000000000000003d94f0d6d1ca356187d60873fb4fc7047dcdedbbf22bb 3,127 1.00/1.00 vMB 10
740,023 740,023 000000000000000000071333b386869bea7bc4923f15a923786064cf1977ff57 1,258 0.46/1.00 vMB 9
740,022 740,022 00000000000000000001000d98bef8a179a0e02f7b2ba46a8f721e546973c34d 2,078 0.78/1.00 vMB 8
740,021 740,021 00000000000000000008db2fca98cc0abe360edd9d93ad64b45d37e7a404433b 2,129 0.90/1.00 vMB 4
740,020 740,020 000000000000000000081fa05dbd3b9bab8b73ab81d2106a8d28102c270d2c15 2,857 1.00/1.00 vMB 6
740,019 740,019 000000000000000000021a5493c31f0c6db3e873ee4d27daf66fb4ea8f284cae 2,346 1.00/1.00 vMB 13
740,018 740,018 0000000000000000000456267991022ed0edd69b9d12a92453b1cd48fa9e1e3d 1,860 1.00/1.00 vMB 12
740,017 740,017 00000000000000000003bf90b3a1328143c221b462acd5cdc9f3c2687768969d 467 0.18/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.85 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: 638.84 GB
    • Received: 12.50 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.