Memory Pool Memory Pool Refreshing

4,678 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,639 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (96,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,800 811,800 0000000000000000000223c5283c7913346c738dbb8bf6f9092d36e979f3217f 1.64 MB 2,668 16
811,799 811,799 0000000000000000000321fcb8062e5963ca7eb0a440c964d7afb87e60e468a7 1.68 MB 1,122 13
811,798 811,798 0000000000000000000128c9e3dcaed687b1aed9103daccc4b0ab6c25610a03b 1.33 MB 1,398 14
811,797 811,797 000000000000000000039584953d3be1de48e9da51c5eaaa5457f04056496da6 1.20 MB 415 8
811,796 811,796 00000000000000000001b3890e6ec6fd2b8c9ee91df116ebc7be949758098552 1.23 MB 658 8
811,795 811,795 000000000000000000032ee0c5c79f66316b65061d15b50cf3190e70d2970df6 1.25 MB 1,038 12
811,794 811,794 000000000000000000041340655361b4ee21aeecb526cd6d57ce2fa4c3943647 1.20 MB 893 11
811,793 811,793 0000000000000000000158282d05f98773afb3574516b57d86aeb54e5e026a53 1.20 MB 437 9
811,792 811,792 00000000000000000001e427447bf20cd6c4d9c1df86e4f1c404342d7cf88a20 1.29 MB 887 11
811,791 811,791 00000000000000000001631243b00b6c1019c0d833b6738e0c591dacaf4453d6 1.22 MB 697 10
811,790 811,790 0000000000000000000107b1f8bce6ce6585f67d31cc83539eae6f68e8d6c714 1.39 MB 1,804 16
811,789 811,789 000000000000000000010009b8732a56833a25da7125d97bf5d8facc68cf8e4a 1.22 MB 934 11
811,788 811,788 000000000000000000006f349d681e139793b7db0c304eaa88c93c39ca226c80 1.35 MB 1,666 16
811,787 811,787 00000000000000000000121cca44573fe141dd3345154c20c0635b999feda7a5 1.47 MB 1,503 14
811,786 811,786 00000000000000000000a2bf51d0dd471a500a95c91f7f90716efc24a3471ae1 1.35 MB 1,684 12
811,785 811,785 00000000000000000003850cac0104f3ce066e779314639590e9c4583cdb62e9 1.51 MB 2,836 29
811,784 811,784 00000000000000000001ed011c259070b15999d1517cc3fd21543131de453d25 1.27 MB 893 12
811,783 811,783 00000000000000000001d25123214fefd789a6926fa5b66260d540c0d87ccac2 1.17 MB 651 9
811,782 811,782 00000000000000000001b26f363d9cfc6fa468850b6296be1d81603b265d941a 1.51 MB 729 6
811,781 811,781 0000000000000000000199b76047fec49f77f2b4cc7afae9c7497684dc5d12bf 1.04 MB 206 6
811,780 811,780 000000000000000000016ad86be0be4793bf450d07816ed016cf375838b1dc2b 1.16 MB 765 8
Previous 10 blocks ↓
Total Size: 769.21 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,634.49 GB sent, 93.99 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.