Loading Tool

Explorer IconExplorer

Memory Pool

78,742 transactions
29.07 vMB
0.09879792 BTC
Random Selection Loading Transactions
Max Size: 176.38/200 MB

Candidate Block

Mining Attempt 37cf9f2fbfebf37204e12b6b2d98aa2c265a054a9ac2d3bac1389077caa6a375
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 6e20868f24a5a8321146ddbdefe70160af1f8665b666724a503b2b748e7780ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,516
Size: 1.00 vMB
Total Fees: 0.03811801 BTC
Feerates: 137.15 > 3.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (264,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,924 650,924 0000000000000000000c68c98076c7014ba67d0914d795f92fecc2b96feab665 2,245 1.00/1.00 vMB 168
650,923 650,923 000000000000000000006c354dce9085bf35ea82c0d0a8cf95f2bc84321de3e6 2,844 1.00/1.00 vMB 98
650,922 650,922 0000000000000000000b50a80d262fd1676ae35495625bc3e98ff39df66db018 1,855 1.00/1.00 vMB 93
650,921 650,921 00000000000000000008aa16288cff1fde4f5c7a436b5567f5916c60ce9baa3e 2,937 1.00/1.00 vMB 112
650,920 650,920 00000000000000000000b418bfc03589137dd81a5dd5de3837748a58bbbf7508 2,738 1.00/1.00 vMB 98
650,919 650,919 00000000000000000003ad148deb4ffaca5a5c0f9a7bc19cf8c6ac253b806c6d 3,085 1.00/1.00 vMB 110
650,918 650,918 0000000000000000000be681311a925bf61d2e0091e188357ad0dea761b95b84 1,860 1.00/1.00 vMB 107
650,917 650,917 0000000000000000000bbd4f49ae0a770055c8daecb85b9c2671d4ca6fcd4c44 1,255 1.00/1.00 vMB 104
650,916 650,916 0000000000000000000d0c7780c3ed5e98a617bbe4f48c35c9a25c431011f00e 866 1.00/1.00 vMB 109
650,915 650,915 000000000000000000092fdb530b9074cb2f7012e7f9cf299892b8731868eae0 1,713 1.00/1.00 vMB 115
650,914 650,914 0000000000000000000cf17fdeb2f9f6c8f5af6b2dfbe4ae279968bf1b3f4a3e 2,269 1.00/1.00 vMB 111
650,913 650,913 000000000000000000080462708b5e1d3af3e06baf31bba17b6d8bcb060978a2 2,671 1.00/1.00 vMB 106
650,912 650,912 00000000000000000008ef5b957f849d690eeb87fbf935a1738979285556ca68 1 0.00/1.00 vMB 0
650,911 650,911 0000000000000000000e8c1aafd0f581f130b884495307831e3dce04e5dbae5d 3,054 1.00/1.00 vMB 100
650,910 650,910 000000000000000000055d8338a16f54ee8738c4e072d5940428af4fee5fcc2b 2,647 1.00/1.00 vMB 100
650,909 650,909 00000000000000000003d16980a4ec530adf4bcefc74ca149a2b1788444e9c3a 2,720 1.00/1.00 vMB 124
650,908 650,908 000000000000000000033485ca183b06b1e6414e2037260c3f38b705042d2334 2,684 1.00/1.00 vMB 108
650,907 650,907 00000000000000000002b7d47f146e2065d4016134995b7ab41eecae29cce70d 3,040 1.00/1.00 vMB 131
650,906 650,906 000000000000000000049365893fe989f3f92f39a0693ec0f6a55bc73f7c106c 2,282 1.00/1.00 vMB 90
650,905 650,905 0000000000000000000793118320d55e48ad72333e982e6e88c89588d258d5e0 2,452 1.00/1.00 vMB 103
650,904 650,904 0000000000000000000461cacee71fea8add000415549096b168b4cb039a481d 2,725 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.