Memory Pool Memory Pool Refreshing

8,661 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (596,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,747 310,747 00000000000000000e5a5f6e9d99b2e8debfa55f8066a23513d7ba540cd329bf 0.53 MB 995 29
310,746 310,746 0000000000000000366c6e834916b57e8e2ba81692e0443eae6f1c874b1e2e23 0.69 MB 1,349 30
310,745 310,745 00000000000000000aac8208a126fd2ef6f4e5b1d15d8f114f68371ad4fa91d4 0.02 MB 36 16
310,744 310,744 00000000000000000610da35e9928b18079101d17ae35886edc4a650c3b91d82 0.27 MB 447 26
310,743 310,743 000000000000000019ec0af579a658e003dabd39598324c1acec23d259e8e34a 0.21 MB 333 25
310,742 310,742 00000000000000000493fbce10e4aee5ef87fd6ee039ae1983028d8773025c25 0.45 MB 766 31
310,741 310,741 00000000000000001785db01cc04f921e4869c3470015fc503c387feb7a42ff7 0.52 MB 831 25
310,740 310,740 00000000000000000ee7aa894c8ef0a8c7d1e1fe2fd92dd0e82852e639f308ec 0.00 MB 1 0
310,739 310,739 0000000000000000219e4671ef5f9b4d458ad893521efbcd1a1fe820dc8a6cdc 0.75 MB 1,288 29
310,738 310,738 00000000000000003bd0bc7e8dd0e8393f1bf470acd7c2ec381028cdadccc1aa 0.75 MB 1,051 24
310,737 310,737 0000000000000000051cd3a80812a73cc6cafc04239517d0c771b9352292ea9f 0.92 MB 1,556 32
310,736 310,736 00000000000000002e5be3d35a9e35ed847da5e461d44f958a2758259df0fca5 0.22 MB 402 26
310,735 310,735 00000000000000003ae903bbed132bd704eadc165db471e06a68c1ba57115ad2 0.14 MB 273 29
310,734 310,734 00000000000000000bbd92d52403230df4eba6c0e181d3fb02ebed5b930338f2 0.07 MB 196 36
310,733 310,733 0000000000000000379a262e10e4180fb8a3ffba762202362b3052a4f9f1e259 0.30 MB 596 28
310,732 310,732 00000000000000002fc4df73fad60ca7df3cb4ffe2d4055abf84ccd2066266d2 0.16 MB 369 59
310,731 310,731 000000000000000033a1e5fef51ee18cc88e05b58a4423b1f67a8c9a231c0ce3 0.33 MB 690 32
310,730 310,730 00000000000000002ee1008452018a123a92c703cbac7a01c893559ee5d349c9 0.13 MB 250 34
310,729 310,729 00000000000000002c894eb1d87b274e5dc68ef69460959472cd5d31f7c07f79 0.00 MB 16 60
310,728 310,728 000000000000000029a2d856f7a4543c447578a7f5b72d5974f175c829cca3f1 0.08 MB 168 31
310,727 310,727 00000000000000000f12bfe5fdadfee1b228740f790d93297cac0bf6d88f169e 0.31 MB 575 28
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.