Loading Tool

Explorer IconExplorer

Memory Pool

77,170 transactions
28.92 vMB
0.07601078 BTC
Random Selection Loading Transactions
Max Size: 174.90/200 MB

Candidate Block

Mining Attempt 59188cb1493f655ada831c930516eb50290c52543c24eb068ee10ae192970cd8
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root b091a7eaf4091580be618c6e6374e92c6ef4304083282efc43f5a4577325574e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,848
Size: 1.00 vMB
Total Fees: 0.01540027 BTC
Feerates: 302.06 > 1.54 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (308,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,016 607,016 0000000000000000000d39c0e48397c3650dc75ac2214b53074fe5a2d82c2a7c 1,649 0.52/1.00 vMB 16
607,015 607,015 0000000000000000000bfb1e0378a691b7f95c6a89459ff55d8b3376279ef4ea 2,664 1.00/1.00 vMB 24
607,014 607,014 0000000000000000000460060e0b9a26dcbbc88fa8a93f41fedcaa90ff2bd76a 3,423 1.00/1.00 vMB 20
607,013 607,013 00000000000000000014b87e7507acb7dc3a7eebebf439b32cd8c5a6c9493fd9 1,440 0.49/1.00 vMB 2
607,012 607,012 00000000000000000013f0d1b3c37960c89091226de64006969b5ccb9806729e 2,617 1.00/1.00 vMB 36
607,011 607,011 00000000000000000008a6d4f9a5d76f0037ca43f97f1ca55d1eb07aa8f78f31 1,913 1.00/1.00 vMB 12
607,010 607,010 0000000000000000000567b12da4ddffe69ce938810e18248e032f401ae7d572 2,941 1.00/1.00 vMB 32
607,009 607,009 000000000000000000020cb4a856240419665783378ee5f4011747018c1751d6 1,069 0.39/1.00 vMB 21
607,008 607,008 000000000000000000128b93e5360c0fafe8ad7b695b902dad2c4f6713574c2c 833 0.27/1.00 vMB 24
607,007 607,007 0000000000000000000b8043c1bbb38bea83f4beaa13686820656ce9de004d3f 2,136 0.72/1.00 vMB 19
607,006 607,006 0000000000000000000f3c2d8dd98b1995ddef8d1521e4dd2fa748d3edd55569 242 0.08/1.00 vMB 21
607,005 607,005 00000000000000000006e3a6ddd654fcd62b616ec3d260aafaa60aa1c4a298ba 1,128 0.40/1.00 vMB 18
607,004 607,004 0000000000000000000177e2584156b0f3a37fa6e3c33b47e3d1fc8bae3cf379 609 0.23/1.00 vMB 23
607,003 607,003 0000000000000000001323d15b8879a8afa2df089e07c29e20c43a322ac3d0f3 1,489 0.70/1.00 vMB 20
607,002 607,002 00000000000000000007bcab97fea5018d509a242edcdfe7f0c619c478682e1f 1,031 0.46/1.00 vMB 23
607,001 607,001 0000000000000000000753b6d77177a5513dfb681188d796089d7c628ce930a9 1,043 0.80/1.00 vMB 2
607,000 607,000 0000000000000000000df4f10185ba9602e748e648b43cc06159a9fa54692068 2,581 1.00/1.00 vMB 4
606,999 606,999 0000000000000000000e1b576f796d3ea60df0627cfd8d1142d0eb03bbd21457 3,098 1.00/1.00 vMB 19
606,998 606,998 0000000000000000000df0cdd7e1e71dedc071a53cd3f63481e8c00e09bcaec1 1,646 1.00/1.00 vMB 17
606,997 606,997 0000000000000000000de1d036a68377d45a2e56b89d552833da38b0f5136474 1 0.00/1.00 vMB 0
606,996 606,996 000000000000000000032f4ccad84d6f80e7d2006a84d2b26acbbcb47b3cb34e 2,796 1.00/1.00 vMB 24
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.