Memory Pool Memory Pool Refreshing

3,455 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (417,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
490,829 490,829 000000000000000000e4985c9de0ebddfcad173ecd20d62cd1fbe4abee2a88be 1.07 MB 2,163 89
490,828 490,828 0000000000000000009adaaaeae1f11383d64569172bdef319742e2a8762d3a8 1.08 MB 1,777 29
490,827 490,827 000000000000000000c4c69fa84450f65f3ae7d9cb1ed809c282d276537b11eb 1.00 MB 2,346 50
490,826 490,826 000000000000000000a2c67fcb70d90c9e0011033997d0ca6d66146ef7596205 1.06 MB 1,600 28
490,825 490,825 000000000000000000a5b27bf7ae4e92dbc642c49e8e7ef8174aba827c3d15b3 1.05 MB 1,220 87
490,824 490,824 000000000000000000bdfd2ba290add0be7b5bddfa31b40a0f0b3846fffcd238 1.01 MB 1,849 292
490,823 490,823 00000000000000000046be5f9963fbd7e8cfd7595f859b3b9a4248a58361600d 1.00 MB 1,338 108
490,822 490,822 00000000000000000051e677d24460d37c2379ab7e4ed90ba22d29f074b89503 1.02 MB 1,265 78
490,821 490,821 000000000000000000b4d9c80c60a49af5f40c7947151da0daa7b625c263fcd7 1.02 MB 1,751 137
490,820 490,820 000000000000000000d04a36c3fa5bfc94dcca35655372322bc8164b2f4d2558 1.13 MB 2,841 13
490,819 490,819 000000000000000000e519f2ff3dddcfd37328e52cf71277c6e2db0d5c94f551 1.03 MB 1,241 53
490,818 490,818 000000000000000000b0c434272f1fa7e32cf1a325e5cc0ac37e58c0b3ec0d2e 1.02 MB 2,135 159
490,817 490,817 00000000000000000032edfbadeff254378b97a1955665b9338ceebcd83100c8 1.00 MB 1,575 40
490,816 490,816 000000000000000000235d33714a66f2b46d10ce60fdd79511fcb4c6d895c645 1.24 MB 2,791 47
490,815 490,815 000000000000000000254c5b0eae39874253236071e0084033fa1477b596d512 0.00 MB 1 0
490,814 490,814 000000000000000000d4ad9aeecc5642500478027ef20e23286f1705e2c94e3b 1.06 MB 3,015 27
490,813 490,813 0000000000000000008ef4e044c910a0f9c1bc6fdfdacf432affc7c941b3a15a 1.14 MB 2,481 52
490,812 490,812 00000000000000000060dcd9b9d2b361b804748b9b045f607c00b6034544697e 1.00 MB 1,185 78
490,811 490,811 000000000000000000932896bc4e0e4c8638823239dab001a26206c48809cb7b 1.01 MB 1,132 233
490,810 490,810 000000000000000000643a7e7ff8bf66f6e2243aee0d8a319becfcb0aea76044 1.01 MB 1,245 77
490,809 490,809 000000000000000000bdde4e5a160ceb0de30be2a0734d4a7b527bd957923333 1.01 MB 577 33
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.72 GB sent, 94.45 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.