Loading Tool

Explorer IconExplorer

Memory Pool

43,935 transactions
27.21 vMB
0.09055089 BTC
Random Selection Loading Transactions
Max Size: 143.61/200 MB

Candidate Block

Mining Attempt 00421977271ce199a76edc04b91604790a24f1c0bcddc9b59328eef5c7493bb6
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 06eb3012a06f497f6ba75a98d433f7f8366236469c17254ad93ca51d13e70199
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,213
Size: 1.00 vMB
Total Fees: 0.03980267 BTC
Feerates: 101.65 > 3.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (237,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,077 677,077 0000000000000000000b2f9c999a3926381f5ba8caf107d6a2893618eea0a910 1,161 1.00/1.00 vMB 47
677,076 677,076 00000000000000000006e51b2fe283670d6be93922cef87624e7bd0fbbaee04b 1,950 1.00/1.00 vMB 68
677,075 677,075 000000000000000000061bab3f7aac35bd6032d9915ceca7475c2d999ca08146 1,015 1.00/1.00 vMB 81
677,074 677,074 0000000000000000000513c981d43c90c5bf81badb61aeb35eb2e71c5ae4b6da 2,215 1.00/1.00 vMB 91
677,073 677,073 000000000000000000009b1cd7a587d5dca8b2b84be0abacaeba1c78e27e16ca 534 1.00/1.00 vMB 52
677,072 677,072 00000000000000000009b4c3dc772d05de49e853b7692d6bd689f778836ccd09 1,664 1.00/1.00 vMB 57
677,071 677,071 00000000000000000000f28ea32b52d6d1dc2fffa660da522a7f4492f379d72f 1,775 1.00/1.00 vMB 87
677,070 677,070 0000000000000000000b4bd8b3b9be9ae214a3d481b4de0d372cb8d3f905ae9a 2,243 1.00/1.00 vMB 73
677,069 677,069 00000000000000000005909628b2c9a772c319299922a1bd5109ec905980f153 2,432 1.00/1.00 vMB 78
677,068 677,068 0000000000000000000856502383e413e3319903a98b26b8f2b2f8e181ff92f8 2,424 1.00/1.00 vMB 74
677,067 677,067 000000000000000000088be16c41e5fa72ef0597cc310884526f85691aec90a4 2,599 1.00/1.00 vMB 56
677,066 677,066 00000000000000000000fc0362be499380502896f4a82d9f2fac6b583255ea5b 1,611 1.00/1.00 vMB 74
677,065 677,065 000000000000000000044498f63826d0e1ecef14fcd65d057108e7751639efb8 1,830 1.00/1.00 vMB 65
677,064 677,064 000000000000000000061131777ca0d001dac2d35dbd49143e07ed700987bfea 1,249 1.00/1.00 vMB 66
677,063 677,063 0000000000000000000aaf15501505d01dca7f5cc22013b8e57c8534624beccc 1,178 1.00/1.00 vMB 63
677,062 677,062 00000000000000000005128c8ce23be9c7d40b946ac2106930a4eaf80ce8b0a7 2,060 1.00/1.00 vMB 59
677,061 677,061 0000000000000000000934f105090d9b81f4dbc057f993d27b494eeb8db0ef3b 2,423 1.00/1.00 vMB 78
677,060 677,060 00000000000000000002d8f3e23eb0b11d648bb00fec15b2cc6dba601e23c35f 2,443 1.00/1.00 vMB 60
677,059 677,059 00000000000000000005fe25df2c3557d511f7ba85095c4422420f83cdc3ff6a 2,786 1.00/1.00 vMB 77
677,058 677,058 0000000000000000000560a0578810e45036b555970a4a7b10eca29784e50687 2,462 1.00/1.00 vMB 92
677,057 677,057 00000000000000000007ee6b40585a9a865a493a70f8ac98b25fd80fa1539f06 1,802 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.24 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: 655.14 GB
    • Received: 14.27 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.