Memory Pool Memory Pool Refreshing

2,120 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.67 vMB 2,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (765,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,900 141,900 00000000000003b440b94c9487a6c1a4a50e4f8a1e9cbbb46febf8d9c05a0e6b 0.02 MB 26 108
141,899 141,899 0000000000000902f080e181169bd5a46d96ceafd44214fd81f6fcd32f9816cf 0.01 MB 47 123
141,898 141,898 000000000000089db4c77a7aa257dc4e32a1fae8aa5ec0bf756d1ad1b8dd3907 0.04 MB 89 100
141,897 141,897 000000000000050388fed2a5bcc639be00e3fddef9980802aca3bdef865d4220 0.01 MB 23 71
141,896 141,896 0000000000000601fa691873c93f52c9b4a124471395ced3afc886ddb55e1c2e 0.01 MB 6 19
141,895 141,895 00000000000002fbfe4e4e774868b3e8962cc019d0dffc048d404979e64a289c 0.00 MB 15 62
141,894 141,894 000000000000017b81ee45ae733d612c2001a67e581fab8aad6f7615de1983d9 0.02 MB 36 158
141,893 141,893 000000000000085e12920bf75d2c6d0e78d0ce7b642653ea1fb828e6c1bcfb4b 0.01 MB 32 226
141,892 141,892 000000000000088bdd44b89438da1e77b42e9a2abad1999e838a165c76ac795c 0.02 MB 45 111
141,891 141,891 00000000000002ffa5ae787c7bf9ec1ebdb98746c567da2b8925ec156f76c7dc 0.04 MB 132 48
141,890 141,890 000000000000041eff596345dcb220f83d99de0190e0c1ea97b0ea1e4023f117 0.06 MB 115 97
141,889 141,889 000000000000052fe78561692640d8cdd37355feffe64a7d6680f321a23b05b5 0.00 MB 9 455
141,888 141,888 00000000000007982789984a8bb9bdae250b5405f29a4a3e82501b0379b01f58 0.00 MB 1 0
141,887 141,887 00000000000005f79be6e7d38e7e6fb56fd0a279d348bc10f4b61ef6281cf39c 0.01 MB 25 274
141,886 141,886 00000000000002a06b3ba8d0dbe76940e1feb4a72d1077f7a1023fd042ffe20c 0.02 MB 48 210
141,885 141,885 00000000000004725ef5c246c4bf510508ea0208690428be12dc2d0a6037832d 0.03 MB 111 29
141,884 141,884 0000000000000022aeb52e1175fa06ee4bf29712a35f12dc8d7edddf2b13c957 0.02 MB 56 78
141,883 141,883 0000000000000138fb8b19b9d341676fe30f650007c6208366329dfc8c49eb5c 0.00 MB 1 0
141,882 141,882 00000000000003cf09cbd6869e70ec57a4b85f7ec9e8408a65af05de5b2cbefe 0.01 MB 36 169
141,881 141,881 000000000000081d28942f96f1c5a403c9245dc5964ef21ea1af40b2a03b9b86 0.02 MB 64 229
141,880 141,880 000000000000002bd4a915503bdc8516ada43ef8c11047c93080693020465df2 0.03 MB 68 194
Previous 10 blocks ↓
Total Size: 769.07 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,628.09 GB sent, 93.23 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.