Memory Pool Memory Pool Refreshing

3,506 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,230 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (792,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,779 115,779 000000000000614c18126d55796ecb749df4d76698940d3488e965ecd4f7667c 0.01 MB 12 531
115,778 115,778 000000000000223428f6edd75f3482d3c5f0b65e9ecf035ad8bfff74ed458355 0.00 MB 9 650
115,777 115,777 000000000000ae3bfac1b3301cc3e028e209bc6205c616a09b9d91ae061fef5e 0.00 MB 10 715
115,776 115,776 00000000000096f8d6da4e1677f4e281a469029468bf26ece952c05a59b8b52b 0.00 MB 3 0
115,775 115,775 000000000000bea6c434e1b877376780839a75fb9d06f520ed6a1c316a87a1c4 0.01 MB 21 770
115,774 115,774 000000000000908b7d645bf0440969c1e7245e3644076369df446e22039e2e78 0.00 MB 9 1,608
115,773 115,773 00000000000001bee8830ac12c80166a918f80633ce0231862ea1e2c73213e23 0.00 MB 10 716
115,772 115,772 000000000000d474ce6089b9a157fa7c2c2efbd2c7e54ca83e401e1772c38a31 0.00 MB 12 1,221
115,771 115,771 00000000000087b286e92abcc38e25cc98ee139d3b234b45eb4be240378a4c5e 0.00 MB 10 633
115,770 115,770 0000000000006533e0623f2433dd5e676d89ecc6957eb97025ca9dd7d7d85bce 0.01 MB 14 1,392
115,769 115,769 000000000000bbc08ab127644c334c5a2527a55426e2864b6a515ac8e37d8c3f 0.00 MB 7 582
115,768 115,768 000000000000b28a3e5368e974fb51336035a2a3dfd87cb59917a50cb640ec92 0.00 MB 6 579
115,767 115,767 0000000000009bf89b58d33d677253790f2aef475e9c0b5181f0e38faa023eb4 0.00 MB 6 1,550
115,766 115,766 000000000000d3d966b63922f5df8b691dcdf2159c7c83097050d2e6078f0e33 0.00 MB 6 0
115,765 115,765 00000000000044bf2f6954229e7d17982317e6f0b07fc1916c62694fbd25e2de 0.01 MB 12 933
115,764 115,764 000000000000b5563fb62654b39f9962596f7a28cde08c284b47617d26b9dbfe 0.00 MB 1 0
115,763 115,763 000000000000ab278cbf3bde0aa54865ef5b266390b3f3eb8108f2de4a900975 0.00 MB 5 1,508
115,762 115,762 000000000000c5bed23ed22d6274f033c1a3e27a80093302bdbafe2e569fda91 0.00 MB 7 590
115,761 115,761 0000000000007184fb731f5d47d2c3a07995f9f9fd43a8a347d6862924b8f35c 0.00 MB 9 1,454
115,760 115,760 00000000000081cfab65aa85e40827c2c3606daeb7c44aaef0b1c3e3ae108921 0.00 MB 8 363
115,759 115,759 000000000000cb71c5b5d6488044593d829995cc83b24651a60ee4351d86e05e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.54 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,648.66 GB sent, 95.66 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.