Loading Tool

Explorer IconExplorer

Memory Pool

77,560 transactions
29.03 vMB
0.07923727 BTC
Random Selection Loading Transactions
Max Size: 175.54/200 MB

Candidate Block

Mining Attempt 171d7f7113e5e7bb10cd2b7c8c2109baceb6ee204c4aa37cd354630efb3af2b1
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root aac6ee4539e4a41c28e9c0a982828295f7f24cb75b4af75a8ac122891fba0903
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,547
Size: 1.00 vMB
Total Fees: 0.01851572 BTC
Feerates: 302.06 > 1.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (233,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,213 681,213 000000000000000000016ae94d953c58fa53891c2bc8ee18d533016bc58bbec6 1,381 1.00/1.00 vMB 142
681,212 681,212 000000000000000000011a83df1eaa97b0b13f9c0f2143b1e67096c744b2401e 1,247 1.00/1.00 vMB 154
681,211 681,211 00000000000000000007e8db4067d3022e1c973ef5e6b4f3d6e563fc294faed7 2,017 1.00/1.00 vMB 82
681,210 681,210 0000000000000000000be5911002ce3f3d7b67d745f253ee6bed9e88f9750ede 1,629 1.00/1.00 vMB 31
681,209 681,209 00000000000000000001f00fd611102a99bb1c81774655e90619154b7d7ba605 1,781 1.00/1.00 vMB 39
681,208 681,208 00000000000000000008eff9f4d2a281ec8c8e1dea0754d78b7712044d8ba782 2,324 1.00/1.00 vMB 61
681,207 681,207 000000000000000000012fa749933c1d1b38036b8946749dc6b707ee7b2e24d5 1,773 1.00/1.00 vMB 55
681,206 681,206 0000000000000000000610a6950f26122933b52409291a30366ee92023b4b911 2,736 1.00/1.00 vMB 53
681,205 681,205 0000000000000000000b16093933b50258c777a4f4ca79a6191723848f8632ef 2,670 1.00/1.00 vMB 61
681,204 681,204 000000000000000000052a827f82f1a3fbbfd1bb474c84db8c4910a1e1959e85 2,877 1.00/1.00 vMB 155
681,203 681,203 0000000000000000000319e818c8078f3f66dbfa9a19cf14d2bee752d885e9d2 2,993 1.00/1.00 vMB 98
681,202 681,202 00000000000000000002e316d3e83ce1c2263600b525671b176271567ba7da6e 2,761 1.00/1.00 vMB 101
681,201 681,201 000000000000000000055e8465c5b964c64af48b54672a4a1258d06ef5893d67 2,392 1.00/1.00 vMB 92
681,200 681,200 00000000000000000005f28a31d32dde66a2788b3e8602b11cecbbba9438c9c9 2,914 1.00/1.00 vMB 174
681,199 681,199 000000000000000000088bdecfab0982f8a4f8db0801a1c95fd6d272eba491b6 1,372 1.00/1.00 vMB 98
681,198 681,198 000000000000000000089efba7314041c34099a4f8eb20a0f5ca4fc179b42225 629 1.00/1.00 vMB 129
681,197 681,197 00000000000000000002da3e81f657b94cf93f55305b808d15cf9c42ad1088a4 1,610 1.00/1.00 vMB 154
681,196 681,196 000000000000000000038d3f5424131d17b0ce621a18c94e00b0323c3d8c2c4d 1,657 1.00/1.00 vMB 155
681,195 681,195 0000000000000000000545be74de74b592986c9ac700e541d5cf8c1703fa3dfb 2,486 1.00/1.00 vMB 172
681,194 681,194 00000000000000000009dab00e62cb3d18fddf0582f574260992ce3229489f6b 819 1.00/1.00 vMB 150
681,193 681,193 00000000000000000002b4a5983eedd06ce973898964672c96f6c0af8aa0a6fb 2,862 1.00/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 782.62 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.98 GB
    • Received: 16.09 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.