Loading Tool

Explorer IconExplorer

Memory Pool

89,245 transactions
33.69 vMB
0.14800193 BTC
Random Selection Loading Transactions
Max Size: 199.92/200 MB

Candidate Block

Mining Attempt c36e57f239184b688a9c0e03989d15bf440f12f1e46af78ef022a76502698230
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 236ce54b568485ec59fb345af99294156c60adc024b73e15ef8eff6e461471f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,635
Size: 1.00 vMB
Total Fees: 0.06034182 BTC
Feerates: 469.97 > 6.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (785,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,651 129,651 00000000000001da938c334ceffbf5136fac7d02703214c5302b75bef12a6808 58 0.02/1.00 vMB 1,434
129,650 129,650 00000000000013735a041a5cefaa2a701abd56bf2877b1bb7762ff92f6e333ac 36 0.01/1.00 vMB 1,222
129,649 129,649 000000000000121520fa27e299c8128ac72141393840645c471cb8c7cb1fb914 8 0.00/1.00 vMB 1,875
129,648 129,648 0000000000000e359b9bf7aa540c3cabf353e16e4fbec1c20b75d5921d340859 121 0.05/1.00 vMB 338
129,647 129,647 000000000000105785bc1a6809c81ecd6c6a86587e192034ba80cd91c4b5da08 147 0.07/1.00 vMB 1,072
129,646 129,646 00000000000016b777dd543c6328e7f68e4eef0a20c85480373a7bb0133d5f07 41 0.01/1.00 vMB 398
129,645 129,645 000000000000026210a972387c00e6db801346b32a815a996d698211d71a197c 5 0.00/1.00 vMB 1,106
129,644 129,644 0000000000000c6aceff66c316e1aaae9512dfd6153e92ee45530b10d55e59ce 20 0.01/1.00 vMB 675
129,643 129,643 0000000000000c34925b45d906337830266af6a8894c316b87a1e2586d18e92c 129 0.05/1.00 vMB 404
129,642 129,642 0000000000000e6be9b8744b6aba839ce4330523673baa3fd569bd69973d7838 14 0.01/1.00 vMB 152
129,641 129,641 00000000000004ba58b25ae3166d427ff6c13dc4510f335f0b6f57cb4864b9f4 61 0.03/1.00 vMB 1,093
129,640 129,640 0000000000001425fba710f85c9dc1d1da86eeb4c5337c71b7bc1d9413d5d7ba 38 0.02/1.00 vMB 682
129,639 129,639 0000000000001b5544f850f53bb10a1d2f4eb91dbb17a0bfcf9a21d6d29632cb 72 0.03/1.00 vMB 700
129,638 129,638 00000000000004b87c9e3f2d4b7506d3b18edad92e2c20ae2237c8ec88bfb518 90 0.03/1.00 vMB 216
129,637 129,637 00000000000003272ffa9a2a75547b0fadf9c6609177c0c94bb8e8b6a26a3d85 38 0.03/1.00 vMB 1,050
129,636 129,636 000000000000061c5c7bba721425d969d5a490582d9e1b516ccb2339c16cda41 71 0.03/1.00 vMB 848
129,635 129,635 00000000000016edac30e23417187571dc2e5ea4f70e652a5705ea3715926875 19 0.01/1.00 vMB 1,103
129,634 129,634 0000000000000b6beef967c1117845c135a5c2557dcd8efd8262682396b6573e 47 0.02/1.00 vMB 1,133
129,633 129,633 000000000000145cdb56ddff2556ff008c2dd2d6626619bc22d1a8d760f252b4 1 0.00/1.00 vMB 0
129,632 129,632 0000000000001290140649185a1ac7160523b80a6a5965f588348fd51fe1e22a 40 0.02/1.00 vMB 436
129,631 129,631 000000000000114ddcd967ccdf0fd10233d0bbfc269fc44f47eff35571209ec2 93 0.03/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.30 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: 658.11 GB
    • Received: 14.56 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.