Loading Tool

Explorer IconExplorer

Memory Pool

81,925 transactions
30.17 vMB
0.16495032 BTC
Random Selection Loading Transactions
Max Size: 181.38/200 MB

Candidate Block

Mining Attempt 04d6edb98e6ccd357e3af78b3850a55b84da5c705b7d269e5126a792e2135c28
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e316ef7567497961333d7ace1149eeb5805d249a04bc3949531732d5e88ec786
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,823
Size: 1.00 vMB
Total Fees: 0.06216845 BTC
Feerates: 1,002.91 > 6.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (308,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,072 607,072 00000000000000000001200bd3350ee8bd5ccbb40ff3b6751fab3f872276c7f9 447 0.23/1.00 vMB 4
607,071 607,071 000000000000000000137d0f5abc98d44e41459da2ee473408cec85ab2d72d57 2,607 1.00/1.00 vMB 4
607,070 607,070 000000000000000000007946be8e1ac5bc5eb94f05eca4dcbf502b3d5e58a320 2,585 1.00/1.00 vMB 6
607,069 607,069 00000000000000000009f71af548927da8e64ce3bad82960c1a0fa4c138815bc 2,781 1.00/1.00 vMB 10
607,068 607,068 00000000000000000002ca19d6d097b670777b29483f9400d2873b1336a591b9 3,150 1.00/1.00 vMB 28
607,067 607,067 00000000000000000008dc07079dc7649636a1a6e127f422a7b617edc15dfd90 2,779 1.00/1.00 vMB 9
607,066 607,066 0000000000000000000556bf387e8eb38206dd9cc2021d4f9ad4fdefc0fc73fd 3,283 1.00/1.00 vMB 31
607,065 607,065 000000000000000000101d9e2c8c214b7acae66cb18369550b7a1485bae44c3f 2,697 1.00/1.00 vMB 11
607,064 607,064 000000000000000000119e92a1f4f4a5aeae70b9b2f7f45e47a27052279ace45 3,220 1.00/1.00 vMB 27
607,063 607,063 0000000000000000000bb131095569d05076701fc710715e9b3e12a8aac4e8db 2,420 1.00/1.00 vMB 21
607,062 607,062 000000000000000000075a02b89a4733073a07119b9b396fdb905124e9c1c7e4 2,853 1.00/1.00 vMB 36
607,061 607,061 0000000000000000000bbaa2dd12b456f322fc5dc79cfd42e846256dfdae18bf 1,122 1.00/1.00 vMB 5
607,060 607,060 00000000000000000011a6637def35a7e47f9e138b33f412ab57b9c132556332 943 1.00/1.00 vMB 11
607,059 607,059 00000000000000000013f596876a7611a9e9a5899a9f7906d93544c4bfdd9e4e 1,726 1.00/1.00 vMB 12
607,058 607,058 0000000000000000000dd90606d61d3d5d66dd0a4957641ec93b918399f2d140 2,208 1.00/1.00 vMB 18
607,057 607,057 00000000000000000009e531e00d7649916666a6dcfa060e59c6bd8814595c61 1,079 1.00/1.00 vMB 59
607,056 607,056 0000000000000000000179ca3564ded6d062bddff5a4b41400430de7ccdc4e73 2,551 1.00/1.00 vMB 26
607,055 607,055 00000000000000000008e0951da5823f6c15428ebf5d270f33e338b5eb4f8f1f 1,564 0.50/1.00 vMB 10
607,054 607,054 0000000000000000000a8ff93d9679a3d8b6022ce9d550f2684bb4bfedbe244a 3,094 1.00/1.00 vMB 19
607,053 607,053 0000000000000000000f5c4e18bd1a8f3036acd5577857a8af72a5d8e83576f7 1,262 0.53/1.00 vMB 15
607,052 607,052 000000000000000000023173b7db40aaa7debc66d377e7682b0fe96967cbd091 2,187 0.70/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.