Loading Tool

Explorer IconExplorer

Memory Pool

37,028 transactions
33.64 vMB
0.08613073 BTC
Random Selection Loading Transactions
Max Size: 164.03/200 MB

Candidate Block

Mining Attempt 79cd7cf4d0f98b17fa39c8b0d46e14e630f8b9ba28bf511de95f128822c5aa99
Version 20000000
Previous Block 000000000000000000018989f4499b09e34e696ca75f4dedd03592343a45d28a
Merkle Root 2c9d1d1c01a527f4dfaa28ed56d6676695e7d2cda4724a39dc53f0247b2baa03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,123
Size: 1.00 vMB
Total Fees: 0.01566434 BTC
Feerates: 57.60 > 1.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,319 (797,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,563 116,563 000000000000182cf6913514b0eaebca1ac11285fa52c07c64152bab739ecaca 13 0.00/1.00 vMB 308
116,562 116,562 000000000000cbdf2c39007128ed446536079428c8de1c75def37cc275f93e4e 11 0.00/1.00 vMB 1,314
116,561 116,561 000000000000b9237acc3e152b7e8ed58368c8c28529df77cb31148db09894d9 15 0.00/1.00 vMB 1,340
116,560 116,560 00000000000081445a7a172022ed5b455df52b75860bc312fa9ac14e5dc415de 11 0.00/1.00 vMB 362
116,559 116,559 0000000000008cfacf7222878ef0179a3a459f81551745b1c3da43cf55d4fa10 5 0.00/1.00 vMB 3,875
116,558 116,558 000000000000c6bf23ce202150c950f7c6fa3247097e266281a7dfe19a15aaf3 13 0.00/1.00 vMB 927
116,557 116,557 0000000000006ca66c4f6a9e31829cb0579d393477584e3fa2cca51b0e94a532 13 0.00/1.00 vMB 2,331
116,556 116,556 00000000000097e2f78f608cf3f91f565ec3b9eacb29ba007401cc2f378516b7 36 0.01/1.00 vMB 111
116,555 116,555 000000000000e3afa49884c2e1fa2135706a5afc63d9c895b8b2c120596a5ddb 11 0.00/1.00 vMB 0
116,554 116,554 00000000000005de9aa6fe49850edbb3eca54675bf7da710745b7f6cec67ee03 5 0.00/1.00 vMB 1,304
116,553 116,553 000000000000d30788194c16b15027f3547de79e39bd4710a0243c0c53d66a83 25 0.01/1.00 vMB 1,585
116,552 116,552 000000000000963cd6df5e4af54cdaadfc1e153d3ea664ab82b8180b48fe29f1 9 0.00/1.00 vMB 625
116,551 116,551 0000000000004a801d71aa533225f8f535dcf30ac6c1051efdc29d898e5cc7cd 13 0.00/1.00 vMB 681
116,550 116,550 00000000000066804411a88c017779d39fbcc2544ae1021a21d97047dd4ce95f 14 0.00/1.00 vMB 1,517
116,549 116,549 00000000000042660f5d70a3ef3b8196bbf815dfb27b97b46b00b98366d29330 22 0.01/1.00 vMB 1,122
116,548 116,548 000000000000e397d7000db0d650f7864cab0c172d1ea5e81f9e8f7adb97c98b 25 0.01/1.00 vMB 1,510
116,547 116,547 0000000000004ce5be3f4def35cb0cce657b419c664216bb02a6c3256df608f0 12 0.00/1.00 vMB 1,920
116,546 116,546 000000000000152b3359d22a92dcbb76cf0679c0f7fcf26811386735f5e1c01b 11 0.00/1.00 vMB 0
116,545 116,545 000000000000954bdf25cc63987908342267badfb35d9bdf17a532c4e1bb4687 9 0.00/1.00 vMB 642
116,544 116,544 0000000000004fa557881832b9e545726d699ff1916a7944c6bd3dfbd78be18e 8 0.00/1.00 vMB 714
116,543 116,543 000000000000ca1ef627723274978bfa4d5af0903fdea24f86370448ad7d4b9e 20 0.01/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 781.16 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: 582.04 GB
    • Received: 9.25 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.