Memory Pool Memory Pool Refreshing

3,594 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (95,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,971 811,971 00000000000000000002911fcf692c482aab2e43f90471e5bef15995eade53f8 1.22 MB 1,215 12
811,970 811,970 000000000000000000002f16d277c4e32a256b7519f6367734eb27afaf740307 1.23 MB 915 11
811,969 811,969 00000000000000000001d828c9ce5de96f2812bd2bad74589179144f61ee695b 1.72 MB 551 8
811,968 811,968 000000000000000000045398d6a068f172b35263022c957401c8994b9f0daae7 1.57 MB 1,526 11
811,967 811,967 00000000000000000003ba09f6a18c58561194391a9966b846aed43a7dfc0d71 1.62 MB 2,131 16
811,966 811,966 00000000000000000004a0ce35a1f24aaa572e87a072970f9825bd94f05c9b09 1.66 MB 2,348 19
811,965 811,965 000000000000000000009d93513e74d152d69c53b61b7bf3dee18378bf0c703c 1.40 MB 1,839 15
811,964 811,964 00000000000000000000303ebc065d02c7791cc402736066279f69dd032897a4 1.32 MB 1,342 14
811,963 811,963 0000000000000000000037512d1d274cb657305ee2f98ddb48dbf24dfaed94ac 1.26 MB 1,454 14
811,962 811,962 00000000000000000001cf9ed23f2372647e9aa4bf21ead2a4692ae28b4d2402 1.15 MB 488 8
811,961 811,961 00000000000000000000302c5ec3bc52fda6c081023e73f23a47c8142949bc94 1.56 MB 1,564 4
811,960 811,960 00000000000000000002bc9e68c5e053f597353579d84930ecbec1501866a7fe 1.20 MB 452 7
811,959 811,959 00000000000000000002033565f4999bb233a067fab109af78bb2df9d4eeef3f 1.21 MB 761 11
811,958 811,958 00000000000000000000a920f3ef98a8f80b585eb3dd0588dd7cd3cc126528e2 1.13 MB 423 10
811,957 811,957 00000000000000000003ad681ffea30103b93cfa344db727786df0a1af03d43b 1.23 MB 1,186 12
811,956 811,956 0000000000000000000018a263a335a046416b0c2354b716a177766c46e5946c 1.18 MB 768 11
811,955 811,955 00000000000000000000563f1938c08e691a1ef7e0b179c6be69e1791932efb6 1.15 MB 475 7
811,954 811,954 00000000000000000002a6229a1248dae9db33a8c603ca1eb85a73afb09d6cb4 1.15 MB 699 11
811,953 811,953 00000000000000000000bf0f8002e74ca7a8b57d8ea2ac420202aa9c6c6ef34d 1.45 MB 2,357 18
811,952 811,952 0000000000000000000216cfc449b93740650f20670a053a86c2ded8ed14c946 1.79 MB 1,834 3
811,951 811,951 00000000000000000004824a47c81d43466dc35d9e974a36e76e79024fa38c0d 1.24 MB 1,008 6
Previous 10 blocks ↓
Total Size: 769.30 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.66 GB sent, 94.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.