Memory Pool Memory Pool Refreshing

597 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,790 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 589 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,789 (787,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,884 119,884 00000000000083100b3bf968d6888b3ad7e3a9a4ad772819ab2327c7bb0e8ee0 0.02 MB 25 845
119,883 119,883 0000000000008736676be747aa7d14e5c17f3bf44b8579278fe192c5d3f42f86 0.00 MB 11 961
119,882 119,882 0000000000006373bb162b392fcf88e1e269126bfa099f4b720f22d1ff9d48aa 0.00 MB 8 596
119,881 119,881 0000000000007b28aece02c69e274d101005b2987adb9ed72422023cd7ba47e5 0.01 MB 22 1,100
119,880 119,880 0000000000005d7b3311ad8d11793b9e0045e148f3da3a0eef951cb27bdecdd8 0.01 MB 29 321
119,879 119,879 00000000000044ff3792fe627ae59654d28c5981121838dff6dccd5234cf6a78 0.01 MB 20 572
119,878 119,878 0000000000009788993a5acdede5373011b731a47e5e18c4b6e4720ce179cf28 0.00 MB 13 470
119,877 119,877 000000000000b1be56362002d987f77f5860daa432007404c48938fa6501d942 0.00 MB 15 2,429
119,876 119,876 0000000000003a336fe6f4a9ccd0d99e892f231b823ce06160b1ddc4c6f3fdcd 0.01 MB 20 2,245
119,875 119,875 0000000000001e743560b1cf19990fb155e95d41019d146dbee1da52ecef29bf 0.01 MB 18 380
119,874 119,874 0000000000000cb57a2ddc37fd0bb124d287f495941579676c8c60cdaba41f7d 0.00 MB 10 780
119,873 119,873 00000000000045a261aa81b90706a93814fb1af1cc37ee74b7f3171a1e4cd468 0.00 MB 12 316
119,872 119,872 000000000000393fad8d243f3de567454a0707a9c8f5dfb0e5357ac743a2192b 0.01 MB 41 1,875
119,871 119,871 0000000000005fae37d26c05ae0ec0b886462cc583022049031bd1230f724b09 0.01 MB 18 810
119,870 119,870 00000000000076f76f97e30be495758fd3766c3a251215f09f5b6fb451273b4d 0.00 MB 8 767
119,869 119,869 0000000000003265a2603a33942366234ef349e90e00f3208911f2d1f56cc1c6 0.00 MB 9 0
119,868 119,868 000000000000a903acc124b62a3ef9a88d0e170c98877fae968ee5f6126275d7 0.00 MB 11 1,199
119,867 119,867 0000000000000c251f03b99789ac0bef6dd466ce96bb7665c8ee38999a1906e7 0.00 MB 4 0
119,866 119,866 0000000000004a0c8af11d3e1ce5a3e72bcc30b52385dff9b390f72ec9c9fb20 0.01 MB 16 1,536
119,865 119,865 0000000000006f18e26545f47d0e3d8a4158a8acc17cd7364b2e57c6c600a40e 0.01 MB 27 0
119,864 119,864 0000000000000ce4436fefc3a7b5d8287cc5905fd9ff4e5b9182fa46464446ab 0.01 MB 23 763
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.26 GB sent, 93.61 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.