Loading Tool

Explorer IconExplorer

Memory Pool

80,163 transactions
29.56 vMB
0.08917645 BTC
Random Selection Loading Transactions
Max Size: 179.19/200 MB

Candidate Block

Mining Attempt 961f4d7e7c624111e95f3f1db4418a8e93f481b5e5a37a52864a38a892e07466
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 72355af9ba6a1ab30c12166532f14ad0c87ed90e5608075c0e2d68c4520e4243
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,330
Size: 1.00 vMB
Total Fees: 0.02676942 BTC
Feerates: 278.95 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (362,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,941 552,941 0000000000000000000adcf8facb87490a1a5587b1035504c6fbc67208730af6 1,238 1.00/1.00 vMB 13
552,940 552,940 00000000000000000008e73837c84a784c3aef275d7630aafbb4397e42c0e2bd 2,126 1.00/1.00 vMB 9
552,939 552,939 00000000000000000020b3418b7d95c05b17ccb6f298c65ba0677a47be886eeb 3,066 1.00/1.00 vMB 35
552,938 552,938 00000000000000000003ddf866d1b5cc5d831f994a2dce0b7c6b08b06f0fb8d9 1,143 1.00/1.00 vMB 11
552,937 552,937 000000000000000000226a8ba7b4cf78fd42dbe2bb4c46464f333a4a9a5178d2 2,590 1.00/1.00 vMB 17
552,936 552,936 00000000000000000026cdb6403ccf715cc23113e2327f7da2ea744e143331c7 2,618 1.00/1.00 vMB 32
552,935 552,935 000000000000000000133db99e5f95db01b597bf59bcd6c3f4340c6101156a19 2,851 1.00/1.00 vMB 50
552,934 552,934 000000000000000000238503c7257da249e93361adc24c81c784b0bd14c83c5d 1,735 1.00/1.00 vMB 20
552,933 552,933 0000000000000000000b47d8eff9fd6eb358732adaadde0052bbfd74623308b7 2,263 1.00/1.00 vMB 21
552,932 552,932 0000000000000000000c6e0c753347fd4d71f1fd6cd55f461bbfccd6886f36a3 2,976 1.00/1.00 vMB 12
552,931 552,931 0000000000000000001e9f559a4794ba476b81df52baf014eeb1387730872705 1,371 1.00/1.00 vMB 21
552,930 552,930 0000000000000000002363b3563bd9823068b7c5eb787d409d62d3c3bdef17d9 2,752 1.00/1.00 vMB 28
552,929 552,929 0000000000000000002fabceb90e86da354aff807865c6db717305f16b9a6a13 2,577 0.99/1.00 vMB 23
552,928 552,928 0000000000000000002bab2a9d18570afae3db8ac1c36aa57f8cbb089f2c21ca 3,134 1.00/1.00 vMB 47
552,927 552,927 00000000000000000004abd2db64a35865383c0fbb5f6fe6b27011237932a057 2,937 1.00/1.00 vMB 36
552,926 552,926 00000000000000000021363e1128da21ca8ec355f6311156385a8de8331c59e8 2,924 1.00/1.00 vMB 33
552,925 552,925 0000000000000000002433db16fb44adb50bd0e81fd7856629209edb6fc256cb 1,791 1.00/1.00 vMB 32
552,924 552,924 00000000000000000006b319dd5eaeb30bc837f437826ed7d7e999d8b3fba4ae 1,444 1.00/1.00 vMB 17
552,923 552,923 0000000000000000002b3822457e4ab31ee760b4b6e356182244293034fb9289 2,506 1.00/1.00 vMB 29
552,922 552,922 0000000000000000001b8ef9cc3e04a7e21e935cc0322ea4fdd9e15c229f8b07 2,634 1.00/1.00 vMB 42
552,921 552,921 00000000000000000003f016dba1a9bdf828890d69717ae05bdeb7d4e7745de9 2,344 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.