Memory Pool Memory Pool Refreshing

3,560 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,657 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (26,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,997 880,997 000000000000000000004eeeaa9d20a9be1bc63776c80172f7b4f0664649c214 1.51 MB 1,757 2
880,996 880,996 000000000000000000027be357cc09084f7f6699cd2b42dee95ac4eec3a732dd 1.55 MB 2,421 4
880,995 880,995 00000000000000000001f0c6ece2df60c33c3dbc3d31b8aaca165be99f8ac273 2.08 MB 886 2
880,994 880,994 000000000000000000016fdb4464ae835ff0e47a4bfc6a168dd36773ae11b071 1.69 MB 946 2
880,993 880,993 00000000000000000000a26890cd66c160ab0d2a018bc13bde5652ad1dbf055c 1.98 MB 398 1
880,992 880,992 00000000000000000002472ac2ebac866c74e35c870cd6f8193bd98296361883 2.11 MB 704 1
880,991 880,991 00000000000000000001651e40ff05e359a13e1740d9c21f400abdc5f1b287c9 1.91 MB 839 1
880,990 880,990 0000000000000000000149c2e1d5c64b693e13099c763fddcc66599fd539811f 1.60 MB 1,824 5
880,989 880,989 00000000000000000000c2e1807572e6a506c3cc276802d5f69832654ea065c5 1.84 MB 1,154 2
880,988 880,988 0000000000000000000249825d4087e37da92ba038c299d23513db6b8c4369cb 1.53 MB 2,065 3
880,987 880,987 000000000000000000012ecffad49095fb2dd34c6b2e6f24478fbb035e97cd4d 1.78 MB 1,314 2
880,986 880,986 00000000000000000001901090808a3b69b44d747eb81aac1d5ed00fa31ebd00 1.52 MB 2,779 4
880,985 880,985 000000000000000000003b7cd4680755059970a4b277082e17b422438bcf5c53 2.17 MB 639 1
880,984 880,984 00000000000000000002023025431929b5b6e2bd919f407feda8c50793d57cc4 1.98 MB 704 3
880,983 880,983 00000000000000000001b146887ccd85041928c52e3532ad257d765fd9c740f9 2.01 MB 594 1
880,982 880,982 00000000000000000000fd9279aee1c048a3906f80bb284870340ae98233be12 1.91 MB 762 1
880,981 880,981 000000000000000000013e92a214b77d25b4dc6538d3740b048cfcb36a5f1e5e 1.98 MB 907 2
880,980 880,980 00000000000000000002744f6fa9d28bd51702d9bb6bcee87476eadbc97e8583 1.82 MB 171 1
880,979 880,979 00000000000000000000b4383838a8fd8a3bbeca994795bbb0769328404eee2c 1.66 MB 2,986 4
880,978 880,978 000000000000000000008f8d0ec39fc94a5e9d0e06fd5ded44ddc68a89ea9a2d 1.47 MB 2,348 3
880,977 880,977 000000000000000000015a92d0844898d96251aadae6c57be6def544e7e01d41 1.79 MB 1,223 2
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,635.06 GB sent, 94.14 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.