Memory Pool Memory Pool Refreshing

3,757 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,690 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (313,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
594,231 594,231 00000000000000000006e5f8ade3a1ff23a88073be827ec95d9f5ed9af7233e7 1.51 MB 2,453 27
594,230 594,230 00000000000000000005db30998093a938d47c8105aff011752e9d815f9ed0c3 1.57 MB 1,865 29
594,229 594,229 0000000000000000000849020736fe7457e032fcaa2be2e276f8d1b0402d046f 1.52 MB 2,002 47
594,228 594,228 0000000000000000000267d5775d8339c03624ba736e0f850e77127b707a01e9 0.30 MB 748 26
594,227 594,227 000000000000000000137c34ffcc84a986f1cd18e1b2e00f6188a35f38b039d8 0.57 MB 1,546 23
594,226 594,226 0000000000000000000444135a33aad26040e8717c2b4f8fc698e2cfe5d35281 0.03 MB 101 21
594,225 594,225 0000000000000000001684480c2bddead00670f7c759d74f55651d3b2e2e9b61 0.11 MB 339 28
594,224 594,224 00000000000000000004097f84e748c968e2343eb84ae973c3f158656bfe980c 0.66 MB 1,723 22
594,223 594,223 0000000000000000000eff67a22b50930aca7004d77d93059a9d99057a26002d 0.46 MB 888 24
594,222 594,222 000000000000000000158f34484888d7b4a35cbb0175d9f25423446ca6c5c947 1.18 MB 2,537 25
594,221 594,221 00000000000000000006c441aab5dec880093c2fd79a04f2e0c0f8b040409958 0.27 MB 546 14
594,220 594,220 000000000000000000143568dd384d81b4aada5133b21289cec25d425521fdaa 1.28 MB 3,069 19
594,219 594,219 000000000000000000162398644b199c748341f3404e4c03b6179a7d6d92ca76 1.65 MB 1,190 35
594,218 594,218 0000000000000000000d725f2c4c51e13808b5fb78d39a43fbef8c32dfd26ecd 0.43 MB 542 22
594,217 594,217 00000000000000000005502925a02c3658a3c5c47132890f67f0bafe34889b2f 1.13 MB 1,645 20
594,216 594,216 00000000000000000008978585fad59a8395b0d5ca6e18b99f728cf7b6c7b5a7 1.54 MB 1,655 28
594,215 594,215 0000000000000000000898a5d1a227ab85be9e914805c4b73f4718293a114ffb 0.81 MB 1,202 24
594,214 594,214 000000000000000000038a92432ce19096b0c8a4f24e2e8eeff26dff824629d3 0.44 MB 692 24
594,213 594,213 0000000000000000000c8eae862aa59ae7d0a88bc3490da8d5baf99d22a5f1cb 0.17 MB 381 24
594,212 594,212 0000000000000000000ca2175b149dfa85bf039a7e408b1167515a09a71dd822 0.66 MB 1,025 27
594,211 594,211 0000000000000000000c095d64a5c817939aecb4991ce7042558180435792d94 0.26 MB 429 29
Previous 10 blocks ↓
Total Size: 769.17 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.41 GB sent, 93.79 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.