Memory Pool Memory Pool Refreshing

5,148 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,416 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (716,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,843 190,843 0000000000000436e2bb1095660be7758aa9577702b27deae1ffab1532aeb22e 0.21 MB 539 145
190,842 190,842 00000000000003eb7ae690b34ad7d2337ac33beef1988829e612d083e7f7deda 0.04 MB 83 97
190,841 190,841 00000000000006502e265793cc30e7c65dbb0e0cf2771eb7c32186b0758aa38f 0.02 MB 40 191
190,840 190,840 000000000000076c563fed4e29af47a8a80dfc2f7ea93c575b9685932fa95c5d 0.01 MB 30 122
190,839 190,839 0000000000000772f26d74a3c8dd81c5979028b6de4b1121a0e02f81ec79fc43 0.13 MB 278 126
190,838 190,838 0000000000000734c022665edb16ade5758714f9efff3c8ce50a7b6ea474a439 0.01 MB 31 170
190,837 190,837 000000000000032b664bc8e7a2f933ba1786ffdfb1319760dd23443b0591cfc9 0.07 MB 123 117
190,836 190,836 00000000000006784669e3cb65a00abc476ebf88548f9fbb5c93857cc7522ec3 0.01 MB 38 68
190,835 190,835 00000000000003d24f3aee02110ed0998ea7bb521369d69859b6ccbe8f85d570 0.07 MB 145 99
190,834 190,834 00000000000001ef2b3106e718229dc1dca59c0d1f90bc15f31bece5a2ba21ba 0.01 MB 16 30
190,833 190,833 0000000000000251f113fb5253ed00927c5d4fb8cd64b7df8a509e101d28fd8e 0.01 MB 23 19
190,832 190,832 00000000000006176d92fb8c68bcf66707c4443c757368ca6a68a381dce1a724 0.20 MB 501 206
190,831 190,831 00000000000001d6d4788d6a592c1de1cad36f3afd73945f1134dafbdb6ee591 0.01 MB 15 106
190,830 190,830 000000000000089fac130d86da7c2a970e10c00858d575476427b882f4655ea2 0.03 MB 76 91
190,829 190,829 0000000000000271b6514f0a44fedc43f1c8320d5172ce25077aa1922f68c68a 0.16 MB 510 5
190,828 190,828 00000000000004c10d0a8cd6e9c4b896e92a8ca54e553622993f661c4d77a933 0.18 MB 381 124
190,827 190,827 00000000000006a9dc4525ec69b025539a41526bd54a3da3e49315cca40bce87 0.00 MB 12 29
190,826 190,826 00000000000003b556f05a16cf20c98aa1adf6c3566df1d3762dfef2cfc1ee04 0.12 MB 256 119
190,825 190,825 00000000000008ef7a6fce2de191b59bd136eb3520b00a2117a830e885bf7d0d 0.08 MB 146 76
190,824 190,824 000000000000089bf2bc9f83492703efc3c43799fc9cfae03f1878f1faeb728e 0.08 MB 152 93
190,823 190,823 000000000000000a8545940760f8b11be6d35a0bfd244b2b8fa71c182c5f345a 0.19 MB 560 152
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.