Loading Tool

Explorer IconExplorer

Memory Pool

75,150 transactions
27.79 vMB
0.07784408 BTC
Random Selection Loading Transactions
Max Size: 169.19/200 MB

Candidate Block

Mining Attempt 6d2922c72ac0ca40414ce39bf528169be0c62d92a4e10df8f61eaf2d46d627a3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root dc2ed74231015b4e6f2ad1339af507365b9252adfc978aeb3ebe5a7b2b9ada78
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,393
Size: 1.00 vMB
Total Fees: 0.01841404 BTC
Feerates: 150.80 > 1.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (372,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,101 543,101 000000000000000000055e65ab40aef1be2f681fdfb879577db6fde9d4bd6947 3,214 0.99/1.00 vMB 6
543,100 543,100 00000000000000000005b395dfa4ef285e972f9a164ca9ea028d7cef051406ef 2,498 1.00/1.00 vMB 31
543,099 543,099 000000000000000000085ccfe86e6492ecaa564fea584655f381f9bf32cb8938 1 0.00/1.00 vMB 0
543,098 543,098 000000000000000000127f046c6d63bbb9ca1e80155b74bba275d4c283d43430 2,994 1.00/1.00 vMB 7
543,097 543,097 00000000000000000021599f8c79826bef5a8191db4163376c617ea78f18131a 2,796 1.00/1.00 vMB 18
543,096 543,096 00000000000000000004918b153b822e0a01f36b82c90864b2f7baf45c545745 2,592 1.00/1.00 vMB 26
543,095 543,095 00000000000000000025f292c6559a4e61ab4b070a761f51c891bcb2b7e436d3 89 0.03/1.00 vMB 12
543,094 543,094 0000000000000000002728fa2f2e4721cff3af6d0df0ae5f6e8e4300a2a9abc4 756 0.35/1.00 vMB 20
543,093 543,093 000000000000000000129ade35bc60ddaa3dcfbf463d043dbbfeff95b4ca7c61 237 0.10/1.00 vMB 11
543,092 543,092 000000000000000000271260249d233b726d5a3f12cc33bb7db4536c7ac35b86 2,311 0.93/1.00 vMB 25
543,091 543,091 000000000000000000107c63cfbd837245cc6b208041d3c5e7dda40979ca112f 1,007 0.72/1.00 vMB 19
543,090 543,090 00000000000000000016efe267576c7ad582bc5d0bcc22676ee5d8dece0298af 723 0.49/1.00 vMB 7
543,089 543,089 000000000000000000171ff08b05f9f10f1fca2bffcdabf989fbadb3e7bb24e7 3,548 1.00/1.00 vMB 9
543,088 543,088 00000000000000000018367dbb64385a10a909d52821ff9a4c71ea4fd415d1c7 97 0.03/1.00 vMB 45
543,087 543,087 0000000000000000001f2199bf2c87f184cfd6f98f873c2820ba825e488c89d6 1,862 1.00/1.00 vMB 26
543,086 543,086 00000000000000000006c10d703c2e0ab99ffd4099698f615d29e3a4e6d67747 1,387 0.80/1.00 vMB 28
543,085 543,085 00000000000000000026be21eade03765220a8328ade91ca63653fa98eda67c1 2,325 0.95/1.00 vMB 22
543,084 543,084 000000000000000000266c70bf89f0be21e4bfdfac5565943a169b03960f1286 1,735 0.61/1.00 vMB 19
543,083 543,083 00000000000000000024a2edb8060da30d9ab293bd20fa6b34b6031c44757650 1,562 0.52/1.00 vMB 21
543,082 543,082 00000000000000000018dca2b607831e310a65c04d5cad34192eed9df14b01e1 576 0.24/1.00 vMB 26
543,081 543,081 000000000000000000272826ac7c2bb20f5c9a5a4fe2e0d63dafbbcd69900c0b 391 0.12/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.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: 712.61 GB
    • Received: 17.20 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.