Memory Pool Memory Pool Refreshing

3,983 transactions
1.06 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
2 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,673 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,795 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,672 (300,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
606,997 606,997 0000000000000000000de1d036a68377d45a2e56b89d552833da38b0f5136474 0.00 MB 1 0
606,996 606,996 000000000000000000032f4ccad84d6f80e7d2006a84d2b26acbbcb47b3cb34e 1.55 MB 2,796 24
606,995 606,995 0000000000000000000383636dd95da3be01eff3738385e2e17c1018a1e0abc0 1.24 MB 3,123 42
606,994 606,994 000000000000000000087dab7b7d199a00d34a1aa45f5555b54387a4bbd12e06 1.64 MB 1,167 20
606,993 606,993 000000000000000000069d973a1631cbeb02e7cda1c79e4857171c396b2933de 1.39 MB 2,683 32
606,992 606,992 00000000000000000013ceba8094bd369ebcec3bf25d15641aee5d02826c7bf4 0.02 MB 60 23
606,991 606,991 0000000000000000001286e679db9342a94550e72f6094f318ffad7ea5a8b210 0.55 MB 1,518 7
606,990 606,990 000000000000000000084a5669137d43aae3ae2c1992eef6549a4e558a58432e 1.42 MB 1,496 22
606,989 606,989 00000000000000000002e02fcb95fb8cfd07de9d28a257b2c79ee49e45c75c8f 1.23 MB 2,064 16
606,988 606,988 00000000000000000013b029e7c8157d7c661b9fb667fce8427cb30e079a6ff6 1.32 MB 2,814 14
606,987 606,987 000000000000000000080fde5bfa6f83409a7f1176991ec0d0c58e335588fb59 1.43 MB 2,316 25
606,986 606,986 00000000000000000004ca9709982658c68a329b1a44bb41dea815a2bc822a92 1.23 MB 2,391 11
606,985 606,985 0000000000000000001042864c85c67d55cd66042f6734880b12eb93c79a1330 1.56 MB 1,953 22
606,984 606,984 0000000000000000000dc45f69d3aa6aa5f2c75977d8ea967e0bb92f9ad66d91 0.62 MB 1,203 7
606,983 606,983 00000000000000000003797041966a7917eabbffcba8446c44d021dac7ffe2d1 1.53 MB 2,168 22
606,982 606,982 0000000000000000000e0c1671a789d09b3e5a952f4547877def4be915eedbbf 1.39 MB 2,343 17
606,981 606,981 00000000000000000013efc3c098d4097b78e55026c9c890456abedfa6461b60 0.55 MB 1,471 5
606,980 606,980 00000000000000000004c258f4802d8537b96d7fcb2e3d38d9f115a98d78f543 1.18 MB 2,759 8
606,979 606,979 0000000000000000000b47c68737f19055df681e70f7c60a0b6e60e5661deb8c 1.54 MB 2,325 21
606,978 606,978 00000000000000000004055a750a134ae28a0ac4565fd5ce4d1d014e8f648aa1 1.59 MB 1,791 21
606,977 606,977 0000000000000000000d7c84ecdfa743a6c3703910436532cc39fb9a1080ea9b 1.62 MB 1,655 23
Previous 10 blocks ↓
Total Size: 768.93 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,604.07 GB sent, 92.43 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.