Memory Pool Memory Pool Refreshing

3,867 transactions
1.03 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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,771 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (721,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,080 186,080 00000000000005be43f114d39d884cb975f7f27610dd5280f2ca47fae2d87be2 0.02 MB 18 76
186,079 186,079 000000000000017a5820a752ca5c53d5331ebc2d2ee6d7b202a8adb65e678ab7 0.02 MB 45 48
186,078 186,078 00000000000005e3de488513b214bed4915093f1617283bdeb7c0e5cae0803f2 0.22 MB 601 180
186,077 186,077 000000000000008f21d1367f39b7151169fa70ffb7150a2ec11e3ca497f939e8 0.05 MB 113 89
186,076 186,076 0000000000000429f37e05045a6cd6d0ee6a429deb2a577fb7f8aa2d37656655 0.14 MB 256 151
186,075 186,075 00000000000002e739d07006a03ebeb97bf0d4dc37cfd78ab249a553ad02f97d 0.03 MB 57 249
186,074 186,074 00000000000006718ca96202b86cf77c4c5147ad20e407cc91deb662f152bd5e 0.09 MB 100 84
186,073 186,073 00000000000004a7b9e8211a389b2b7e90003c5b0fd7a215cb454905753b5f23 0.04 MB 109 139
186,072 186,072 000000000000028b13747eab354eb20b1b8b614e7339c7457e27ece58a9f4439 0.01 MB 16 40
186,071 186,071 000000000000013826ef20422dc49c16e81fdd3a30d5ab23fdbdd9a4404a54f6 0.07 MB 164 108
186,070 186,070 00000000000007eee096a86afff91a4ac4c86838dcfd6da32508904809624020 0.07 MB 173 115
186,069 186,069 00000000000002a25e838f110bcd47b9d15cdd92d2732af41b7349bc35983e8c 0.08 MB 93 212
186,068 186,068 00000000000007c7590560f472289bc8bbe6265ed14e18db90d655be4ab134b6 0.02 MB 87 6
186,067 186,067 000000000000023a880d41c6c16449e6351e6891af7c1062c4a020fb4d1bfd8a 0.06 MB 69 347
186,066 186,066 00000000000008149d3c998e692fb4508f84028bb2200cb6742e6ab9f92414f5 0.02 MB 47 11
186,065 186,065 00000000000008e2c7404f7ce610df71b425722383ff7841e4701d7a34367210 0.11 MB 285 166
186,064 186,064 00000000000008de3064a4c2724ca4e067464a1c042636da40e70a6c8b8c027f 0.02 MB 38 102
186,063 186,063 000000000000028c4bfaadb088505586debf5398d80b602eeb77680b08326221 0.09 MB 212 121
186,062 186,062 00000000000004c5d8c6269a8d209f1659214e88dfe1425283c88c232cdd8bd7 0.04 MB 130 75
186,061 186,061 000000000000017f983a70c19ab8bdf76991cd915a7db9d11035484bbb9560c4 0.14 MB 232 87
186,060 186,060 0000000000000586ae4ffc7bc515fd3ef6a185fd3f01ad3b2d4f24a2ab42645e 0.05 MB 134 124
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.90 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.