Loading Tool

Explorer IconExplorer

Memory Pool

78,826 transactions
29.19 vMB
0.09524227 BTC
Random Selection Loading Transactions
Max Size: 176.43/200 MB

Candidate Block

Mining Attempt 54d39dcf92a5f7d10a0b4c95f3463a8550cee2197547f3471c30e6f1cf8a14c0
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root c56b503827784b3201ff971379cbd9f75c6865cf29493e2d67ebf00e24ba4eba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.03416626 BTC
Feerates: 477.45 > 3.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (503,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,888 411,888 0000000000000000010b0ba37816bc7d15f1708a0844e1f1822b6fa2b596e322 2,047 1.00/1.00 vMB 31
411,887 411,887 000000000000000003ac80f0816d53982ad1cf97ad828d77119edaf01dda27fa 2,416 1.00/1.00 vMB 59
411,886 411,886 0000000000000000053581df47e836c3186012ecca94e55798640cfa0a1615bb 3,026 1.00/1.00 vMB 72
411,885 411,885 000000000000000003755c1d1683fd0429b91744ce052e1b2327ca0c2fd7cc55 2,536 1.00/1.00 vMB 53
411,884 411,884 000000000000000002ed1e238af0e584e4f30a740a5917fa0d0b8a596be231b4 1,414 1.00/1.00 vMB 28
411,883 411,883 0000000000000000051ba847085f60dc3b9b646e4cee14815a515c8b4eab64e0 1,745 0.99/1.00 vMB 39
411,882 411,882 00000000000000000554482740f122d76c4c3bff61d7817bba2743fa4ffc5f76 1,522 1.00/1.00 vMB 48
411,881 411,881 00000000000000000589748e39aa2362410480073b61b4138ec06c921364bb85 1,708 1.00/1.00 vMB 31
411,880 411,880 000000000000000002ef307656d9363bc259df5bedd903854cccde31bf023c53 1,852 1.00/1.00 vMB 30
411,879 411,879 000000000000000001401fc794bd0d2f45a0c5dc34d552889dc26270ca298c9c 1,330 1.00/1.00 vMB 40
411,878 411,878 000000000000000001a4dbc8f15ffa55dd49f423861ed0bd058bfbac34315fdb 2,971 1.00/1.00 vMB 45
411,877 411,877 000000000000000000ac2d28b399931cd077c473328a39ebd6d9e275ced7b415 3,241 1.00/1.00 vMB 104
411,876 411,876 000000000000000000a3689fdf9bba7c14a5a45c4138fa5afb9ef20e161ab931 2,809 1.00/1.00 vMB 117
411,875 411,875 00000000000000000261d646ba2e0eb3a223fe063d21c362b893152d3a483868 914 1.00/1.00 vMB 32
411,874 411,874 00000000000000000157c877958fc8a873ea643b8fb1b09e9c05ba43fb89d5c5 1,511 1.00/1.00 vMB 39
411,873 411,873 00000000000000000361901acb4057b41d5c7bc7dce3ef4500c58493f181f6cf 2,277 1.00/1.00 vMB 45
411,872 411,872 000000000000000001cf4513bbf9ab1b1d356885e72a0a45999ab30b3dece89b 1,366 0.99/1.00 vMB 37
411,871 411,871 00000000000000000393c5ca4eaac15d02bacb8abc57a4cde1832294cd3170f6 2,131 1.00/1.00 vMB 48
411,870 411,870 00000000000000000184e1fe2139d5248ddccff902ac2aeac4dee66a39bce16c 2,861 1.00/1.00 vMB 63
411,869 411,869 0000000000000000011a4fc26df0810ab0e45ac55bb895e621b160ca3e9dbd84 917 1.00/1.00 vMB 69
411,868 411,868 0000000000000000056d102d838a3dadd4de4666d020422313beb8cf2ac9c667 2,689 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.