Memory Pool Memory Pool Refreshing

2,362 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,126 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (19,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,071 888,071 000000000000000000010970fb0b7237f89579358e1317e602d9307e3ffa0427 1.57 MB 4,157 6
888,070 888,070 00000000000000000001977af2558f6f5d6e4404f6269c8afd8440cc3e52501e 1.56 MB 3,971 7
888,069 888,069 00000000000000000001c6efa31d19b17523cc0b333f8dc569e30eeb7916d512 1.60 MB 3,285 2
888,068 888,068 000000000000000000014ebbdff94394188baabef71b8cde20de4c7518018883 1.71 MB 4,442 1
888,067 888,067 000000000000000000008f9387b785b83a3a2b1609c96b99feabb9ee554caff2 1.56 MB 3,727 2
888,066 888,066 00000000000000000000b5edb041cdafa53f5dbc7c5878c392b9f9a60ea580d5 1.87 MB 5,078 1
888,065 888,065 00000000000000000000b99bdc4eb27273c0540a72f4f184a2c314cecaa88fa9 1.68 MB 3,668 2
888,064 888,064 00000000000000000000ef934d72537aedc6a2f7926c59fc8b6831958afdca9a 1.51 MB 3,257 2
888,063 888,063 000000000000000000014c9cb776d297af54f674199abdfe33942a55862b75f4 2.01 MB 2,593 1
888,062 888,062 0000000000000000000001453a141df21faf4e79fc8e569f09098bf56ead5b79 2.05 MB 3,888 1
888,061 888,061 00000000000000000000efe24ed0a695f4ed0c8fb25b2cc6edf186c272d3c205 1.85 MB 5,214 1
888,060 888,060 000000000000000000010c86cd494e6a704da2ffce57e847c572898c95c3b4c6 1.59 MB 3,730 1
888,059 888,059 00000000000000000001dc783c712fc47ef866b52cfb0ca280929502b5e8c435 1.67 MB 3,149 4
888,058 888,058 000000000000000000004d7bf4f8fbabff62f6d53a6e4bab3b7eb74668986af6 1.24 MB 1,159 1
888,057 888,057 00000000000000000002743db37857368806b019b64e87e5990cf9b8a2adbc47 1.64 MB 4,001 3
888,056 888,056 00000000000000000000d0018ba277333916ad5baffc11427027bef320887bdd 1.61 MB 3,717 4
888,055 888,055 000000000000000000025b1e405cd512e70a34f656e55511a03fccbfffe10104 1.68 MB 2,011 2
888,054 888,054 00000000000000000000af7f5813f84e9dea43dddc2b68702331cf5f7173c2dd 1.89 MB 1,351 2
888,053 888,053 00000000000000000001d0e8903231c04044986a036af622defbd7de27b97bf7 1.60 MB 2,935 3
888,052 888,052 000000000000000000027ea11b6788c0f20792d476136087807cba8106b97070 1.54 MB 3,401 6
888,051 888,051 0000000000000000000220c0ffb39e73ac1926558f72ca197dcabe04cb270e4f 1.67 MB 3,166 2
Previous 10 blocks ↓
Total Size: 769.28 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.43 GB sent, 94.29 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.