Memory Pool Memory Pool Refreshing

9,076 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,599 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (51,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,818 855,818 000000000000000000012f7732b36671d667d310e88cd0b6bf186d7dd0f40602 1.63 MB 3,040 12
855,817 855,817 000000000000000000020c895221a284bae917c2781a890b670b7141a5d8ee29 1.51 MB 5,357 5
855,816 855,816 00000000000000000001ed2da7b4dec0e73b8e870f60f2faa271731b6b3a6f42 1.80 MB 5,135 2
855,815 855,815 0000000000000000000017c982f59042802cb2af87c8bd9ca4b07de72ec6f878 1.53 MB 7,340 3
855,814 855,814 00000000000000000002cba9c36e35cfbb763d8667b106f93b5dcf5a93a19d8d 1.55 MB 4,983 5
855,813 855,813 000000000000000000015deec4191848a9305cdd64d187fc648b0c6f25e9901c 1.68 MB 3,575 5
855,812 855,812 0000000000000000000214f3c943a500eb1e1a2e10c8187d0e670f16880d4813 1.53 MB 5,679 4
855,811 855,811 000000000000000000023d58637af513a536cf3ed61a93a1a510a1bd06764c03 1.57 MB 5,192 3
855,810 855,810 000000000000000000029bce121de7df381cfa9f44ec8b1476b1996f93fca46a 1.39 MB 1,698 6
855,809 855,809 0000000000000000000044393e90cf222d6a756e7141e573830f3bff8f5dd897 1.53 MB 6,836 2
855,808 855,808 00000000000000000002b1432e2991b45b77ea5814fc021ce8bce7fd424b7e9f 1.60 MB 4,337 7
855,807 855,807 00000000000000000000c0a8d44cc1a80265666e3bc9c052ac1744ae18c9e990 1.60 MB 6,757 3
855,806 855,806 000000000000000000004356094556be7add9a2434d85d75a3d0948707040201 1.56 MB 7,193 3
855,805 855,805 000000000000000000016daa401cd5e8e4041426594262935cb11f6e30f5f92d 1.70 MB 5,440 3
855,804 855,804 00000000000000000000a30383e9b13ded7a75a67e167f8360145b03e3117c35 1.55 MB 6,913 3
855,803 855,803 000000000000000000008c698089586cbd8e003a8b0e10150e1457ff62d7c02d 1.62 MB 4,446 3
855,802 855,802 00000000000000000002fb3ac7dc5e0bb5f68c538b663fbc432d6107f7e8e17b 1.65 MB 3,047 8
855,801 855,801 00000000000000000000fb986b869374f65875cbe3d37145f50dec76831c01e0 1.66 MB 5,529 3
855,800 855,800 0000000000000000000134da61d0ffe369ed5301d0f7a0e30838ab6fe90e088d 1.83 MB 3,600 5
855,799 855,799 0000000000000000000102938aa1730f8941fbd288e6cb8ca2324d46e9b2b6fa 1.49 MB 6,905 2
855,798 855,798 000000000000000000008e34210075328871fd167a2063bc60325533306748af 1.63 MB 5,832 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.21 GB sent, 93.02 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.