Memory Pool Memory Pool Refreshing

13,398 transactions
4.76 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,721 (42,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,789 864,789 00000000000000000001e3a337e519d544825ace80457c2b10f487cec4cd0b73 1.56 MB 3,894 6
864,788 864,788 000000000000000000021d81aa3b5ff8084bb7db381ec7c75b614070a6042db2 1.56 MB 5,119 10
864,787 864,787 000000000000000000024b2293fd63c91a3f50b30307435455b0978ee2b8152c 1.53 MB 4,944 11
864,786 864,786 000000000000000000029daca684c46e557458dd164a37b91b9f10c07f336ba7 1.78 MB 2,745 8
864,785 864,785 00000000000000000002056817fc11a07b35c2b8dbf355cf11ec56db3a5a79a6 1.44 MB 3,427 9
864,784 864,784 000000000000000000010e8acfbe1e08028bfafeb532075320fc3b046a47c365 1.55 MB 3,787 11
864,783 864,783 000000000000000000032a4c4882542e1df0ba908d79ce53a81d3675e4a336a8 1.48 MB 5,214 15
864,782 864,782 00000000000000000001eeddbde543a94318421cf5385816ba3f469cfdde22ec 1.39 MB 6,836 18
864,781 864,781 00000000000000000001172cd01639e58636e8d65e15d9d95d2d5c3570a95865 1.85 MB 3,710 3
864,780 864,780 0000000000000000000292d5c497abb0f339a194f6034605d73e67304aa42a17 1.47 MB 5,792 6
864,779 864,779 00000000000000000001ffb8dd1f9975111f1892c9102853b6eb90f9413f440a 1.60 MB 4,803 6
864,778 864,778 00000000000000000000e1eba946427ab210ec3b9d9d3f7cedd93a73228c38ab 1.45 MB 5,522 8
864,777 864,777 000000000000000000023bd03c252718bc4fd651f55891c834677d7d5634ec60 1.48 MB 5,331 11
864,776 864,776 00000000000000000000cabec018e3de65c8a10e72320422437f5f43d99461ce 1.77 MB 3,837 4
864,775 864,775 000000000000000000032c25878978149ae3f35bcb6b0eb376089138c46588ad 1.68 MB 3,486 6
864,774 864,774 000000000000000000011478d28140c5913b0035862a14414b5005b6a0800e1f 1.54 MB 4,675 7
864,773 864,773 00000000000000000002d7402035cc118715dab2dd4eb3040899db5e1331ab62 1.57 MB 3,881 8
864,772 864,772 000000000000000000016f2f8b8a2e3cf6939e4f6c2401ca34e89c9915c3b19b 1.49 MB 5,136 6
864,771 864,771 00000000000000000000c856a0d9add31772a5ea1c528b7c3d773e83927b2793 1.55 MB 4,893 7
864,770 864,770 00000000000000000000a3f265e64adf2be34c1d8ba26ca883271ebb12bd0443 1.52 MB 5,229 4
864,769 864,769 0000000000000000000011e7ed9306d68859fb56fe2cfc1b1b3db3f35cb8de1a 1.51 MB 3,981 6
Previous 10 blocks ↓
Total Size: 769.02 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,624.71 GB sent, 93.00 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.