Memory Pool Memory Pool Refreshing

9,817 transactions
10.37 vMB
Show Random Selection Loading Transactions
Max Size: 58/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
887,136 0000000000000000000282810000000000000000000000000000000000000000 ago 1.00 vMB 2,894 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 887,135 (1,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,893 885,893 000000000000000000004a806270d3b746e58bb24b2ad54ff0d1ba67259d124d 2.09 MB 498 1
885,892 885,892 0000000000000000000223cfa6c5b4581bf2dd01b392c0b04fa71b783931a019 1.71 MB 2,704 3
885,891 885,891 00000000000000000001b40f9104a31ce3f0099ceaf786553eb5c8c11bdbf600 1.77 MB 2,034 3
885,890 885,890 000000000000000000022f06f3e6ffb3e00a3c6956fb8eab35de53e959bd9b32 1.71 MB 2,576 2
885,889 885,889 000000000000000000005a58c6cbae32a0fa111891fc54f7cda8153593a64c29 2.51 MB 1,857 1
885,888 885,888 000000000000000000017feb1126952b9b86a0386d3db554e501b674849d77e5 1.88 MB 2,512 1
885,887 885,887 00000000000000000000b66e70b649e18c0c334d5ed01647973b6c9ce14b3357 1.85 MB 1,391 2
885,886 885,886 000000000000000000024c0899eecb6cdee32fc1716c705c3a9b3077f1d564ff 1.71 MB 2,581 3
885,885 885,885 00000000000000000000ce2f50bedaea6be08ec23b9d4ae9ac10b4fb042627ee 1.88 MB 1,547 1
885,884 885,884 0000000000000000000100f29546d64ecf4b8951d0b463ce055c72ffd29c1f25 1.59 MB 3,562 5
885,883 885,883 000000000000000000011f8992b4acfd0f84f28848e261aa3d81212c142e16df 1.60 MB 3,267 4
885,882 885,882 00000000000000000000676d8f3009c69d6df32e0b012e36c2ee938d813515ab 2.05 MB 576 1
885,881 885,881 00000000000000000000a24eed0a2ee7a01bc2364af561844a668a9d0028b4be 1.80 MB 3,434 3
885,880 885,880 00000000000000000002419475f8855303a19048fa16297f4aac97bdc6544fcd 2.00 MB 806 2
885,879 885,879 000000000000000000000e6bfc30eee671e1e8c3e05631b7a79603b9ec35007c 2.11 MB 612 1
885,878 885,878 000000000000000000000146664cab24254a2e9106ec7c70dbdd7578ee64f501 2.10 MB 280 1
885,877 885,877 000000000000000000019b4d82133c361720fb965e3d47d5c8b20940f1fd60e5 2.08 MB 1,786 1
885,876 885,876 000000000000000000013badcc544d48e004bbf306fc44d4b7442925fc5e75ef 1.69 MB 2,719 4
885,875 885,875 00000000000000000000d16a1117a71fa25f4c89800ef99f9af4dad96d7513c7 1.76 MB 2,697 3
885,874 885,874 000000000000000000012e491dfe754b8202623234dde94c6e8a7d81e16eb5d9 1.57 MB 2,765 4
885,873 885,873 00000000000000000001c9d0a5629c54c1b825c4e1d1e539d392b27edbe892c8 1.39 MB 2,462 5
Previous 10 blocks ↓
Total Size: 732.62 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: 2,812.43 GB sent, 124.08 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.