Loading Tool

Explorer IconExplorer

Memory Pool

77,130 transactions
28.31 vMB
0.09022436 BTC
Random Selection Loading Transactions
Max Size: 172.50/200 MB

Candidate Block

Mining Attempt bfdf93db99d1c91b8c2482baa2bca50752a0941edeceb86ee79b0882eb6abf37
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 1adf51ce78138fcf9173144530a0f1cb202ffba646b8082ca3a95cadf8fececf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,966
Size: 1.00 vMB
Total Fees: 0.02771622 BTC
Feerates: 201.07 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (366,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,114 549,114 00000000000000000024558722274d7182cc7b533288a55eea0d1d4fdc48ecd2 1,841 0.80/1.00 vMB 29
549,113 549,113 000000000000000000261a278d1fc296e4b83f90bf248dc48703efa311c045cb 2,562 1.00/1.00 vMB 15
549,112 549,112 00000000000000000023c51449e339337a9d68e55593382aa2933ba99d7113e5 2,290 0.95/1.00 vMB 13
549,111 549,111 00000000000000000015c7f437096ad015185c8bfa3a55eef8948de4aa6e2439 318 0.32/1.00 vMB 2
549,110 549,110 00000000000000000011a4630ddc815ed6c1ef55f817fb796d94dcac1b0ccf48 1,347 1.00/1.00 vMB 8
549,109 549,109 000000000000000000228d72deaf2b2dc7d77e06219e17720cca425ce5f5d11b 489 0.18/1.00 vMB 18
549,108 549,108 000000000000000000019ec2737d90059b2a4fc81cd3b6ed5f52d4e9ffcfb552 2,925 1.00/1.00 vMB 7
549,107 549,107 00000000000000000010850c683d8b01bfe23e0c88983df4699758e1bb8d75d2 2,841 1.00/1.00 vMB 5
549,106 549,106 0000000000000000000a7a37e3aed51c0c8f4677a5413a85a4b164485dac97a1 1,647 0.70/1.00 vMB 19
549,105 549,105 00000000000000000002efca1fdcf6bdafd1a9b3420ae9b7de4d0ce1006c4679 114 0.04/1.00 vMB 30
549,104 549,104 00000000000000000013038e556bcdafdf1a140624bd9e1be8c499b572bf3388 2,770 1.00/1.00 vMB 9
549,103 549,103 00000000000000000024bfe3e5a06a8e332b1dd98b64370bdfbc7ced05d779cb 1,808 1.00/1.00 vMB 13
549,102 549,102 000000000000000000032e9de82885f93e34b8f2ff5ff2030b0aa308b4253910 2,855 1.00/1.00 vMB 29
549,101 549,101 0000000000000000000cf454c5b83c7bc75501e982c44ad9f3424b93c66abc25 2,843 1.00/1.00 vMB 25
549,100 549,100 00000000000000000001dd42dc31bc8edb75ddd7d740fbd398afdf9c4819f7e3 2,184 1.00/1.00 vMB 2
549,099 549,099 0000000000000000000fa4f5b9c5d345ba23bb3df85080fa383da9787c2da989 579 0.21/1.00 vMB 22
549,098 549,098 0000000000000000000e95b51837e70a16f3640a07b8f9368d6eba178c8b5b57 2,604 1.00/1.00 vMB 17
549,097 549,097 000000000000000000027acf2f098162cded930013f2cf083dcf5f608c2f3e4e 2,921 1.00/1.00 vMB 9
549,096 549,096 0000000000000000000d6c2b819e3b1e2ffff47031b9bf28e99336533f86d477 2,391 1.00/1.00 vMB 24
549,095 549,095 0000000000000000000d58f6ddbd16c75a68b7fc8a214dfb1b13aca139d41b30 804 0.89/1.00 vMB 4
549,094 549,094 0000000000000000000c3b289a8cf3bd982757291070c1b8f5494c962e8d970a 642 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.45 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.