Memory Pool Memory Pool Refreshing

6,297 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,968 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (746,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,869 161,869 000000000000050d8beafe109e0f20ada66c0e9676966da12b881f9c71a22ca3 0.00 MB 8 37
161,868 161,868 0000000000000167558cd769baa86edbacef6c92c5efdc0e9b8ff51c1d6a0ca9 0.02 MB 54 142
161,867 161,867 000000000000006e024d04f9652fce019c7a7f4107e026a4399eec110f9cbb93 0.01 MB 36 3
161,866 161,866 00000000000006acf486e452f94698d82e8dff117ec127d33ed1c30425a1040b 0.01 MB 20 929
161,865 161,865 00000000000001fe506e6ce4988a75b12ead90e473659b1e57a5567694147bc0 0.01 MB 15 74
161,864 161,864 0000000000000243203323302dedcbe9f5ef68d445b823662efd0e816ba455c6 0.03 MB 49 107
161,863 161,863 00000000000001640f13002bb0faa64f7060dd6d2cf08651062140870c7787a4 0.04 MB 28 59
161,862 161,862 00000000000007a23d7bd1d3a01ed3713e839b9e5cbdb2ab4b88ecd4915a272f 0.03 MB 99 96
161,861 161,861 00000000000008dc26ab3d950d6eaaf2f98da9282e542a05a62382b013431fd8 0.02 MB 37 161
161,860 161,860 000000000000077e5e021b91852951f03e9fd727f85e85f964e3b1ba9766f61c 0.04 MB 60 398
161,859 161,859 000000000000087af24f2cb83558a81feb26aee5779d3f4bb9d039ad7156394b 0.01 MB 30 107
161,858 161,858 000000000000015f6ed78d90f622053d7634cbc580578259951c1c691fed3ff0 0.05 MB 165 162
161,857 161,857 000000000000067c577e8c36eddf8625179956ff5bd09c46972099fd0cada00d 0.00 MB 12 64
161,856 161,856 000000000000044247df2e65a97a9eb9a6fdf973e53a7088c4910c5ff14d807c 0.02 MB 25 48
161,855 161,855 0000000000000a829e3643aa7456098f02df5566fda81095c1e94e1abd3a936c 0.00 MB 11 84
161,854 161,854 0000000000000b812624a6645a94ddba3c5c6986382fb3cb686d7d6c8958712b 0.05 MB 124 168
161,853 161,853 0000000000000994cb88463920780d3b2625ae5917476e409e6e0d7e094a385f 0.00 MB 7 0
161,852 161,852 00000000000004b63a15f0f13bcfb764aa2044837548862a7bd46563b2734514 0.01 MB 20 67
161,851 161,851 00000000000000dd7f19c0c3569b107dd2161a77490276c8eb1127cd1184796a 0.01 MB 14 35
161,850 161,850 0000000000000ca5fab99753196c146c31aafe930ff4f4ae7903546f2d07339f 0.02 MB 33 67
161,849 161,849 00000000000004f1916c68fcc911cfa3d09403e44038a64809a30e43723607ef 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.