Memory Pool Memory Pool Refreshing

7,425 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (128,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
779,066 779,066 000000000000000000026d9d40f7b80bcab8a7a3273179459c950f8ffeca7e95 1.32 MB 1,669 12
779,065 779,065 0000000000000000000465bf223b0d32e5b175f4c0ddd6daa1ca1524a9a1c7bb 1.64 MB 1,323 10
779,064 779,064 00000000000000000004eb79a927f3e9352c80294c20c988f48ddd1c230b1d85 2.35 MB 817 4
779,063 779,063 0000000000000000000671653cdf99425eae6cae62b3cf2cca38c75497368927 1.85 MB 1,388 10
779,062 779,062 000000000000000000011102ed2364ed4b804177e645cc430c1fc09c687bdd0f 1.74 MB 2,879 19
779,061 779,061 000000000000000000052051560cf5169241aa7030c544133626415420038306 2.12 MB 1,090 8
779,060 779,060 0000000000000000000082c30478807eecd5243ef7d5825d067fafb5f75e9817 1.82 MB 1,537 11
779,059 779,059 0000000000000000000466b55680d9ec7e711a0d117a58853df98d0c5e496186 2.39 MB 410 4
779,058 779,058 0000000000000000000500c86c0bba6803413f0d60c59866f5a286d087028174 3.30 MB 368 3
779,057 779,057 000000000000000000013c44b6716e4d9e15e404eaa731ae93b6924cde2ebe86 2.10 MB 1,594 11
779,056 779,056 00000000000000000002bd399f86446df0ba99b0f5059640961bc538e91ad322 2.09 MB 2,220 9
779,055 779,055 000000000000000000019335bdd8d280bc91e7d98e3c172191afdda6f48b4707 1.53 MB 3,167 25
779,054 779,054 00000000000000000005820670c20ee83e108f6ea6209c7d9b19f3066bcbe89e 1.37 MB 1,657 27
779,053 779,053 0000000000000000000658cc84d9c493dd5449c4a74a4f99a73ab4f0989e0d83 1.39 MB 1,989 37
779,052 779,052 00000000000000000003401520d985ee370cef910fd79fd3412cbf2bbb97247d 1.68 MB 2,263 19
779,051 779,051 0000000000000000000224dc6b8e2f29685659ed6247bbf1b900a8ece1803938 2.22 MB 1,782 5
779,050 779,050 000000000000000000028247fbe8c8a8abe6dbe8609edb8b6753336b58e57a66 1.55 MB 2,570 24
779,049 779,049 0000000000000000000175cd6b7cc4faeda829b80c29aef79c338912b3b0a715 2.23 MB 1,135 4
779,048 779,048 00000000000000000004027a152aeacc1b77641c4905320921a4d94bb41f755f 1.83 MB 2,318 11
779,047 779,047 00000000000000000000b8dc0957a7fc23368854d7bfa1620de6a97541ce7081 2.25 MB 1,017 11
779,046 779,046 000000000000000000058483599182b5210a315bf603b1523264429d1c139f29 2.12 MB 1,861 17
Previous 10 blocks ↓
Total Size: 769.29 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.61 GB sent, 94.36 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.