Loading Tool

Explorer IconExplorer

Memory Pool

77,033 transactions
33.91 vMB
0.13929070 BTC
Random Selection Loading Transactions
Max Size: 189.03/200 MB

Candidate Block

Mining Attempt 5c0af60e24ca4979d6d39bac88ce805d0e3759b52bf38c0bf9be76e40de39179
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root aa346bb1c27367885683c6d264bc36b5cbe9ab3e3d9f4279ed352d4cd871898c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,628
Size: 1.00 vMB
Total Fees: 0.02503434 BTC
Feerates: 56.16 > 2.51 > 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (426,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,084 489,084 00000000000000000068e03c911d6e2d1e2ff30d614d833afcfee731c7a36af8 2,662 1.00/1.00 vMB 178
489,083 489,083 0000000000000000001c72f81f7af67e1ea92580887ee72f988209de6fa97397 1,844 1.00/1.00 vMB 120
489,082 489,082 000000000000000000b8472f788dfa614b7291561dd807b84042fd55f25765c0 2,325 0.97/1.00 vMB 149
489,081 489,081 000000000000000000b19ccd4286e81d93cd07dc145bb852fd85d716ebe4fca6 2,493 1.00/1.00 vMB 171
489,080 489,080 00000000000000000026e2a879103c7c188032d199fc7087cac6aae1fa729eed 2,367 1.00/1.00 vMB 175
489,079 489,079 000000000000000000e5195f1b576d9a0906ddcf293fbf2c385b93f5f627fc74 2,264 1.00/1.00 vMB 79
489,078 489,078 000000000000000000d179cf74a0fc0e15516896cbca2430ae3ff932ca78fa9e 1,907 0.98/1.00 vMB 87
489,077 489,077 000000000000000000efe363f84908e18381286ec70eec29de022cbe0b4ed46c 2,052 1.00/1.00 vMB 72
489,076 489,076 00000000000000000092150aeb2768820bf4cd306b991fcd916e6547fb7787f5 1,665 1.00/1.00 vMB 89
489,075 489,075 000000000000000000e0d69343ffbbd48f56c3620a76770fbc3ed8e0324c4687 2,174 0.96/1.00 vMB 81
489,074 489,074 00000000000000000026cf2d982ead26900f508b37009e9e4154c69dd2b71814 2,555 1.00/1.00 vMB 49
489,073 489,073 000000000000000000d0468dca3eff894a92f990fcd7e7af1f48b7f73d995c7f 2,387 0.95/1.00 vMB 105
489,072 489,072 0000000000000000005275c7550c812d7328699fcaea0f2e3d286b10fa399449 2,374 1.00/1.00 vMB 99
489,071 489,071 000000000000000000dcd2244ca0e226efa4841ec9ea4c4353e39c2f76d10b51 2,457 1.00/1.00 vMB 99
489,070 489,070 000000000000000000da71bd7ed24a1e7baac8825f989b1dc7b182817bc3db95 2,340 0.96/1.00 vMB 115
489,069 489,069 000000000000000000632e0a70fad684ed5d7198ca2f560f5adfb297be2a0a91 1 0.00/1.00 vMB 0
489,068 489,068 0000000000000000007bffbe5b20dc274d4f777ec436973597041a222bb6b17b 2,442 0.97/1.00 vMB 166
489,067 489,067 00000000000000000083f066c2033bc2f0cc7b8fcd5cf0d434bcc80f7448c269 2,635 1.00/1.00 vMB 106
489,066 489,066 000000000000000000d763a0f433a8542001b914b28bccfc772a60f85677133f 2,000 0.96/1.00 vMB 136
489,065 489,065 00000000000000000052fccc970fd80a268eeae148270a4be6a2bded7d6ef20c 1,867 1.00/1.00 vMB 122
489,064 489,064 000000000000000000f345d983f602617e263cc87f596bab6e32782e2cab8d35 2,332 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 783.11 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: 735.08 GB
    • Received: 18.57 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.