Memory Pool Memory Pool Refreshing

3,886 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,681 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (888,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,998 19,998 000000006eb5c2799b0f5fafab6435daeecef8e7f609b731c9879c3f74f28c73 0.00 MB 1 0
19,997 19,997 00000000eed0fb1dd09ff30f8c347b8aa54eea90dff5efc75eb5911f12f1fe48 0.00 MB 1 0
19,996 19,996 000000001799fa535f5d9e50a12c869592a4f5bd4a16a81402b4cc293e5b0bd6 0.00 MB 1 0
19,995 19,995 000000008120bb99a89abf92634114ef95e86fc5156c140dd494013f2091ee9d 0.00 MB 1 0
19,994 19,994 00000000ecde67d0640ec56022a3ff59041beeb9b00499489e099e9ea44fd097 0.00 MB 1 0
19,993 19,993 00000000a704f6096e00445ee9f1267c4247c561c386c63aca39c5881e341b84 0.00 MB 1 0
19,992 19,992 000000000ab28f86b2705e8b02a5f36881b75cadbb65056068953e5ab3b85506 0.00 MB 1 0
19,991 19,991 000000004f5c0c33df81d0237c868ee3ec114563b338f4de0cb786e6b772f741 0.00 MB 1 0
19,990 19,990 00000000b6ae9d70bf766ff81aa3cd2e19f657869d70766dbffdd34ce4185193 0.00 MB 1 0
19,989 19,989 00000000877e1b40ef9fd00a91166c0b5f41ede893bdebce8b9179cfd5a8d20f 0.00 MB 1 0
19,988 19,988 000000009f16dbf45904d27fa4daa4d77b4e00a4d4a27f26f13d0bd322b40b3a 0.00 MB 1 0
19,987 19,987 00000000910f4c770e229c74a67f5272b741d16f27d1c08d18cbd1c19182e6bd 0.00 MB 1 0
19,986 19,986 000000008cd76f2aa126c5f1ca61f3a6e9a1a064a118a29828e04d833bde1c03 0.00 MB 1 0
19,985 19,985 00000000df5d4719c32a7c5537c67b318fad96d858d77bf25ea9a9985de8a4bc 0.00 MB 1 0
19,984 19,984 00000000d5b845422bf96690f7543a1edea4d9b35f0953b5eaee4506d0e9299f 0.00 MB 1 0
19,983 19,983 000000001455f845e15d4270788ba307d00c8bc88a2fd7af5cd8829d56d075a8 0.00 MB 1 0
19,982 19,982 000000005f6d1fd28b44a7d8ab883a4a2655e683d4756e97cbb59b87f86a2a82 0.00 MB 1 0
19,981 19,981 00000000a72377d8772ab2ca33df658471ff1e02e182b6cba907e941d4f21a1d 0.00 MB 1 0
19,980 19,980 0000000063ee29b64f61372627c5837ba8fb3410fda79b83c1ba19c629b58834 0.00 MB 1 0
19,979 19,979 00000000e0da78115e7e9fb701a202e097af7ada3c98caf4c3055068907356e7 0.00 MB 1 0
19,978 19,978 0000000069d908ac6e006a540c2f8a1d952623090f94414992d6e94aa2a752ce 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.65 GB sent, 101.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.