Loading Tool

Explorer IconExplorer

Memory Pool

50,564 transactions
28.41 vMB
0.07555677 BTC
Random Selection Loading Transactions
Max Size: 152.84/200 MB

Candidate Block

Mining Attempt cb3098c3c796e0843e70f8b5e425e5fa7b5ac8eb0041b5096b9451c83f40a255
Version 20000000
Previous Block 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3
Merkle Root 6f1b50467d5cc11094f125e17383bf203b1722769cbfc862c5bf96535f73471b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,230
Size: 1.00 vMB
Total Fees: 0.02144271 BTC
Feerates: 507.72 > 2.15 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,772 (327,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,088 587,088 000000000000000000115ec9ac37362d47231db7694919dcda1c6077c38a661a 765 0.79/1.00 vMB 9
587,087 587,087 00000000000000000014d5b90bf85a3ef6c7224928ccd97b7e94bf1395d74fe5 1,931 1.00/1.00 vMB 27
587,086 587,086 0000000000000000001d3b4c252998de9e5e05cf6bac8ae58f649efd9daa2223 2,628 1.00/1.00 vMB 24
587,085 587,085 000000000000000000145d63a82f408f321075fb1379584028ad7558b62e1db2 1 0.00/1.00 vMB 0
587,084 587,084 000000000000000000021a637bba900120a0518e8ff2f226523f013358e2c614 2,354 1.00/1.00 vMB 21
587,083 587,083 000000000000000000138b75552717e6175d1a9c4941fdbcd4cf2bd3ec029672 1,125 1.00/1.00 vMB 14
587,082 587,082 0000000000000000000d323bf02432d0763e8259b3ae4b526d3100eb1d97a9e8 2,163 1.00/1.00 vMB 17
587,081 587,081 00000000000000000013c864832b7b8965ed22194fb51ee12b967ca804739bce 1,902 1.00/1.00 vMB 26
587,080 587,080 00000000000000000000aea5ad7ed0c3797729a3efb7748e04c7e9d317daa95a 2,834 1.00/1.00 vMB 62
587,079 587,079 0000000000000000000a97d8b80f03c44f9d182267e1abef3d086d68f310f842 2,807 1.00/1.00 vMB 38
587,078 587,078 0000000000000000001614ac23bced5e84a6df3fd514e91e4224b7c074e1c0f1 2,339 1.00/1.00 vMB 83
587,077 587,077 0000000000000000000c283598e49d129e9b80ec8665084ad5d1c2fa85c2813d 1,457 1.00/1.00 vMB 19
587,076 587,076 0000000000000000000b46a69b919aaf100e6d2d4837fb9d010c32330f4c838f 2,795 1.00/1.00 vMB 45
587,075 587,075 00000000000000000015159439f49b2b00727f7d10b09d8a746761a55727308f 2,795 1.00/1.00 vMB 45
587,074 587,074 00000000000000000004045331a5b85eea95c489fbaa62a01ff8f686e08b786b 1,929 1.00/1.00 vMB 11
587,073 587,073 00000000000000000000eb0cc24b4825c92c38c871e1af953da6cc435300f71e 2,900 1.00/1.00 vMB 58
587,072 587,072 00000000000000000014ba3ec3e9d6b0dd33c79920d39f05113663db5933ce36 2,739 1.00/1.00 vMB 60
587,071 587,071 0000000000000000000831f8dacf7a3c57fd30e985a608264be12f24acb78ef5 2,265 0.94/1.00 vMB 14
587,070 587,070 0000000000000000000238b4dfd0e7b84b1f2dca9ff29440ba85153dadf44978 2,445 1.00/1.00 vMB 36
587,069 587,069 0000000000000000001ab0a9c33b16012dfb7406e9144572f17f1e56a732cb60 2,617 1.00/1.00 vMB 37
587,068 587,068 000000000000000000163c1f46b0d07b4833aed1ae594571eeaaeedc6e49ef50 2,980 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 781.98 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: 648.34 GB
    • Received: 13.03 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.