Memory Pool Memory Pool Refreshing

3,843 transactions
1.10 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
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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,517 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (2,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,080 905,080 0000000000000000000052404cd3d31dfcfa2e89734fa24f3037812bce7fd7f5 1.68 MB 4,266 2
905,079 905,079 00000000000000000000f34106abf7e3ffc84874f922dc10c31c344928729dd1 1.81 MB 5,101 2
905,078 905,078 0000000000000000000094cdeafa73d65445cc142450902e83a29ccef9882451 1.55 MB 1,051 1
905,077 905,077 0000000000000000000193002b3a6efa88959992357007821351dc7ecd457117 1.62 MB 4,353 5
905,076 905,076 0000000000000000000076433b44dea5ee9e7a44d6e3d5166357eb7ca850dd73 1.68 MB 4,557 3
905,075 905,075 0000000000000000000218fd5e583200a3747a1b464bc35af35fc5e773a37bc5 1.48 MB 1,587 1
905,074 905,074 0000000000000000000246cd1ee83a0f684c11046899b27a90befd83c85bc8d3 1.71 MB 3,834 3
905,073 905,073 00000000000000000000c1412566504aeb8921b82126172437d3dd04e8683b9a 1.66 MB 2,945 3
905,072 905,072 000000000000000000020988865dd391816915731f44a2c50bd5f0a45e4ba44a 1.15 MB 2,642 1
905,071 905,071 0000000000000000000049a96564e37df9c40375173261e048e81a64b573a66c 1.67 MB 1,558 2
905,070 905,070 00000000000000000001292e6eb131706d6797b722c7cc6b24d53b402c7bfe94 1.65 MB 1,897 2
905,069 905,069 00000000000000000000ac5d4a982184a30a2065e2becb80abca971684a40359 1.85 MB 2,040 2
905,068 905,068 000000000000000000011fad70d41cf98373b94f6c2f3d1f52b2693cd94a3e56 1.90 MB 2,063 3
905,067 905,067 000000000000000000003244ee970cbfb6a7a8a6fe60f3d393d512e4e9f51ef7 1.60 MB 2,490 2
905,066 905,066 00000000000000000001f53d288b8e20b1ef32a260abf98f417d8bcbaa1ea099 1.46 MB 1,426 3
905,065 905,065 000000000000000000006f911d9b7401037f593e322a84153a9d44ce389824ab 1.73 MB 2,547 3
905,064 905,064 0000000000000000000193801327a068d88ce9a1fc53dfd341dc2509d009a2e4 1.56 MB 3,465 5
905,063 905,063 00000000000000000001561adfe4f3ba8421c880c5e3ad0b760465f21000f0be 1.72 MB 4,111 4
905,062 905,062 00000000000000000000812e28bb417dde7758c142319039f6a07bcd4231c786 1.64 MB 3,649 5
905,061 905,061 000000000000000000015f0d2cf88266db3f63a10da79db733723cab9733fb51 1.61 MB 3,942 8
905,060 905,060 000000000000000000013cb1573ba53af4de498e793855a098513b45d28b000e 1.59 MB 3,279 6
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.