Memory Pool Memory Pool Refreshing

1,631 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,028 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,619 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,027 (860,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,071 47,071 00000000270d819d1f7d310f35f317d4188304e1455fae03adb3bf6609e56d83 0.00 MB 2 0
47,070 47,070 00000000045e290026617a041b07fb037fb0826a0b2e0f2f23dec589a559c135 0.00 MB 1 0
47,069 47,069 000000003561d42fd3f47d10d3217d0ba69c94b34f3aa900ec04f7373af98af4 0.00 MB 1 0
47,068 47,068 000000000eacb81df42619eb56105d8211243462b785de61b1cb0fb0ebd98d82 0.00 MB 3 0
47,067 47,067 000000002364830bb5a2deda4bcbb0eadddcc1d00322a5cc5bf9084494fc0583 0.00 MB 1 0
47,066 47,066 00000000057bb35dcdc82c883ee1e5bb32c9facdcaeb9c65ef140ca05daaf9ad 0.00 MB 1 0
47,065 47,065 00000000311c55dabf87532694236e896a9ec4b96c8d55d70c295d37e273eedf 0.00 MB 1 0
47,064 47,064 0000000033e4bb0d98d37ef60dddae9777a8c1efd9ac1db32ab40360b9e20e3b 0.00 MB 1 0
47,063 47,063 00000000164eca43eb84645f57ffab78e6d472a0349fce36f5cb56a9138aa0c5 0.00 MB 2 0
47,062 47,062 000000001f8ae04d1e6d7b492ca324505530c6a490b5f3850c058b0010075b13 0.03 MB 3 0
47,061 47,061 0000000001fb666c4fcf6eaae4350f3e5b47151f17ac6c8e109a80e1efaffa05 0.00 MB 1 0
47,060 47,060 00000000243f6e7d5d43940464906f94d087e66696f8cd63551e79d279f4a852 0.00 MB 1 0
47,059 47,059 000000000149ed94760289ffc8878758c60c4c2645ea36af460d1bdc48701223 0.00 MB 1 0
47,058 47,058 0000000023a8e6d05b57467ae10f6f616986e978db760a0f2267e998a48bd840 0.00 MB 1 0
47,057 47,057 000000000d84659dd77e98e028bddef99b67b61ba797a5353347170d2830ccad 0.00 MB 1 0
47,056 47,056 000000003433c0633681c1c0ae5ff74dcf7e73395f98b6890828a8b8bbac44bd 0.00 MB 1 0
47,055 47,055 000000000e9bcbf994249bd006e2b45e8ae97437de4ff251946fdf083aa94d81 0.00 MB 1 0
47,054 47,054 0000000020dcf2db318f93cd0eaba47a271ae5403d3596e97265e9ac3dac1248 0.00 MB 1 0
47,053 47,053 000000002ff421621f5adf495fb047ed216ad36957a94f019d7825f0216e2fd9 0.00 MB 1 0
47,052 47,052 000000001f4c5c0f4bcce8e72098e701d7ba9e68557fdc9f0a9ac978b4960a74 0.00 MB 1 0
47,051 47,051 000000000742a71b571d265c35fe84f0927d0779d269f0a0f692c0eea3ed6262 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.59 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,651.34 GB sent, 95.88 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.