Memory Pool Memory Pool Refreshing

6,207 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,246 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (110,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
797,099 797,099 0000000000000000000206dbcfb1febb0f4162acabfda37b04b619af1c095703 1.85 MB 1,651 7
797,098 797,098 000000000000000000033add3343daaae1b6fd376d410a563a68fd6d278cf5ec 1.83 MB 2,125 8
797,097 797,097 000000000000000000051afbaef99637efdb6a894248c40fb42bde4bd57e7c42 1.63 MB 2,220 17
797,096 797,096 000000000000000000040795aa0fa140b9af40119a26e7fa290863c302939d93 1.54 MB 2,902 20
797,095 797,095 000000000000000000016c9c6dc3c3f394faf0b6599e36ab746c92b510e23a34 1.88 MB 4,469 12
797,094 797,094 0000000000000000000406a77b566ec94ba75a486f116cafd319231cea76c00b 2.34 MB 2,493 7
797,093 797,093 000000000000000000047f6f1c017de90ffd4fe28bb71c04beb689e1631cff82 1.52 MB 2,567 21
797,092 797,092 00000000000000000004530a9bbc5460b4ff85047f3ca4f788a62efe345db532 3.50 MB 676 7
797,091 797,091 000000000000000000003f195ed2e255029c1b7420899a6c404dc6b999b223d6 2.84 MB 2,855 8
797,090 797,090 0000000000000000000012bc22e3e535a88c5a18ce9a64bc0f49fb55c10092be 1.79 MB 4,026 12
797,089 797,089 000000000000000000024a0c91d7c4940ec6f235f47503a81f5f35034acb694e 1.75 MB 4,602 13
797,088 797,088 0000000000000000000436b67860b71afb410838727fdd0ffdd5b384cca28f15 1.79 MB 3,144 13
797,087 797,087 000000000000000000007381a5669e7421ce27792eaca03c172b82f35f151ce9 1.46 MB 2,150 21
797,086 797,086 0000000000000000000515008255fa653d459bbe8e0bd5ec796798d279c4bc03 3.42 MB 1,346 7
797,085 797,085 000000000000000000025c09f0f37801d58ae66754c91aeb5bd2df8b130f222d 1.83 MB 2,062 12
797,084 797,084 00000000000000000002ad6b7041c244629d724ad1e5bbcc2e3513622a0f1c20 1.50 MB 1,758 12
797,083 797,083 000000000000000000034b49bbe4875d0674e48728cc9ae74a0cb7f3f92ba72c 1.41 MB 2,562 25
797,082 797,082 00000000000000000004f8a108a06a9f61389c7340d8a3fa431a534ff339402a 1.40 MB 2,509 29
797,081 797,081 0000000000000000000546722656c10a0e6c727098927926a19df506ef135f32 1.99 MB 3,263 10
797,080 797,080 000000000000000000019924ab31a66ba38d35959d364e8d099889f99488619d 1.82 MB 2,359 9
797,079 797,079 00000000000000000003b09b5d90208b027ac0653ae950f5d014b8b5579d84d8 1.41 MB 2,558 26
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,634.97 GB sent, 94.11 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.