Loading Tool

Explorer IconExplorer

Memory Pool

44,728 transactions
28.55 vMB
0.06458945 BTC
Random Selection Loading Transactions
Max Size: 151.82/200 MB

Candidate Block

Mining Attempt 163997f6f4e836e846adbd229ad6c6da383b19ed50ef00318c64b02336b660c0
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 0732325b5d1126d6d92d7df7a4b3a9d9d06c780fc19638622958f5473fd597c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,296
Size: 1.00 vMB
Total Fees: 0.01039184 BTC
Feerates: 60.21 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (138,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,052 776,052 00000000000000000000b211423d9d1f7f6247779c415e46d8009276f7317695 2,095 1.00/1.00 vMB 22
776,051 776,051 000000000000000000020ed0f8a568f19da97bf6dd6a8bbf9ec7d001381e385a 2,783 1.00/1.00 vMB 14
776,050 776,050 0000000000000000000249353c9a12b447e0d3a715266cc31191dd4a7abf93ad 3,513 1.00/1.00 vMB 31
776,049 776,049 00000000000000000006b68d2acbb26adbe3f0ffe653ec08cb3469b3729dda59 1,071 1.00/1.00 vMB 5
776,048 776,048 000000000000000000011cb41dcfea5fa937c90f6a25f31884136a243a97b15b 2,819 1.00/1.00 vMB 20
776,047 776,047 000000000000000000006cc630d4ad6150773722eed3966c4b2d57d6ce625068 1,143 1.00/1.00 vMB 7
776,046 776,046 000000000000000000044fe8bc26287156548ee9aa0960c1d2601d7f8a915ff4 2,378 1.00/1.00 vMB 19
776,045 776,045 0000000000000000000368078a8a7d8582b239b6d937d393e98f75e7b4cdd7fa 2,112 1.00/1.00 vMB 14
776,044 776,044 00000000000000000005543dfc1c5591025d4a0926d6c65dcef7f6b3829ba4dc 1,582 1.00/1.00 vMB 11
776,043 776,043 00000000000000000005a50a3247c449cbe07582e85fd86392e8bf129188dbdb 1,753 1.00/1.00 vMB 11
776,042 776,042 00000000000000000005f1852cdbe7112885b38fd43b8d3da17e2eaa64644f11 2,773 1.00/1.00 vMB 23
776,041 776,041 00000000000000000002202bac366ec0ce56795aae988379ae6646027ed4d11d 2,282 1.00/1.00 vMB 23
776,040 776,040 00000000000000000004e9c3e48ff46dbc194d01c800a82a0089a73b3a44b74e 1,060 1.00/1.00 vMB 15
776,039 776,039 00000000000000000005dd0c09e271933795d5e9fcb1f83e6dd14bc5ac51aed0 2,728 1.00/1.00 vMB 16
776,038 776,038 00000000000000000001f6ecc7a093114f155720e63fa87a350e367c32f9a020 1,879 1.00/1.00 vMB 11
776,037 776,037 000000000000000000043b6e85f2b5d1c21ed7dc4271481177783588f05c1bf7 1,503 1.00/1.00 vMB 12
776,036 776,036 00000000000000000002b6f23eb6030d0f7b8a82c89182f01dcc36df4937747a 538 1.00/1.00 vMB 3
776,035 776,035 00000000000000000006da21b2d82096d757373a09f6d9459758b96a941b3431 1,133 1.00/1.00 vMB 7
776,034 776,034 000000000000000000027360cf28096c84ffd6dbeaa8f3509cb75c855f4e1534 727 1.00/1.00 vMB 5
776,033 776,033 0000000000000000000473cfc6638efc14472b98526210dbcf176517b0ba2162 2,950 1.00/1.00 vMB 17
776,032 776,032 00000000000000000004bfd245317bc9ba4a44f5068f37ade9087ed4c9f6317d 2,305 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.