Memory Pool Memory Pool Refreshing

5,424 transactions
2.18 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,802 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (794,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,953 112,953 00000000000001baee23c0991c1a0a87874c10019bec563f0b373f0a4e58a8e7 0.00 MB 10 0
112,952 112,952 0000000000006925be37656fc7c7fbd3b4763eff41f5b504da173db0f46cf3e1 0.00 MB 10 246
112,951 112,951 00000000000003516d546fe69985cae87a040427c9232e3ef056642e18a6408a 0.00 MB 2 3,861
112,950 112,950 000000000000c9ffda29829559b89c49ce30788da5c9b416630cbd9a60e4919c 0.00 MB 11 1,044
112,949 112,949 0000000000008cb4959d7efe9e761d03af7fdc461f487855de4b2ce4e15ab666 0.00 MB 8 840
112,948 112,948 00000000000023d2120ff61ed8d25e0e1d3a06ed075783ab759d4d6cc7beebc9 0.00 MB 12 0
112,947 112,947 0000000000007f4df582bd26a3ab60070b9e1041714bd9cd4b21985175fb7d53 0.00 MB 7 0
112,946 112,946 000000000000527845478569d0557d7ea0b6ed0afceec9580bd04220f06dd4eb 0.00 MB 11 909
112,945 112,945 0000000000000e24bb0aa13302a7f273c6c958a420a6dc62690ea79790d3cfd2 0.00 MB 8 629
112,944 112,944 0000000000002976e90332930207774cc6f97845e92dc909a4a5ca700cd5d2de 0.00 MB 9 747
112,943 112,943 0000000000009b58168491d00f3db68226dc5b9db24af10b951cc7cf7f9c04be 0.01 MB 36 423
112,942 112,942 000000000000c923779eb27095575928693dc9ae91534eb94dc8ea6ac42688ae 0.00 MB 3 1,436
112,941 112,941 000000000000c946ca462273403287f8882aab509c63436c0dbce92cc8433799 0.00 MB 14 1,214
112,940 112,940 000000000000ad3fba1f108b86a3b71fa47e4087d45704a39807e6ae7a8ced87 0.00 MB 8 1,453
112,939 112,939 0000000000002b73841e83511e7961c1a121fb3db87bb603126772929c09b54a 0.00 MB 2 3,861
112,938 112,938 0000000000003c6de40bb8983938638d4e8d5bb5a40f6102419d343c78bcfea6 0.00 MB 4 1,291
112,937 112,937 0000000000004b771c3753c9e7b1febce20edcd6ec4fa9400980be54e3856984 0.00 MB 3 0
112,936 112,936 00000000000021dd8a5c0138beff77144e6ea2e39401fb67a0a5e6f8be153a82 0.00 MB 2 2,288
112,935 112,935 0000000000002956080e6bbc146da5487ad8e60ab0907eccf17c744249b01eca 0.00 MB 2 0
112,934 112,934 0000000000008e2654745a50fd1be4de254a4555ad73da0730ba5f5e4cf1ff03 0.00 MB 8 0
112,933 112,933 00000000000087abfb2a90d30bb844d927a0ae1f801967c951ed658d56c3e98b 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.30 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.61 GB sent, 94.43 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.