Memory Pool Memory Pool Refreshing

1,254 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,247 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (796,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,677 111,677 000000000000e0862bc0345e1d872f0513d4b5f78296fe63484a0aa65b0f296f 0.00 MB 12 0
111,676 111,676 00000000000078c32358db6d4ffc15b2385fa60d1e91b227513f9531716b1a27 0.00 MB 12 0
111,675 111,675 0000000000002d6b45e6ee03a69eb0414d3e468fec43c2defdfdb5689c1b74ca 0.00 MB 12 0
111,674 111,674 000000000001218fd9aef12f8e6b5a87a9bd253c6c5a2a86069fe9db6d4aa908 0.00 MB 10 0
111,673 111,673 000000000000611ce7888d047e8fc40b84ec577325d47df114a0683234b0ecb6 0.00 MB 12 0
111,672 111,672 00000000000050b3b58cbdc27f4ced8f48f95bfc77bfb599d406be47e7205858 0.00 MB 11 0
111,671 111,671 000000000000fb849e154b263851ff0267aa94f88b97001251b3005fe1acb2dd 0.00 MB 13 0
111,670 111,670 0000000000006fd705731b19d503966068ece979b656c2be012faf0b659243ae 0.00 MB 11 0
111,669 111,669 0000000000002300f241175464a20b1ea01821e4c254644c8ad7e41c5f2071e4 0.00 MB 10 717
111,668 111,668 0000000000006d720c1e851e2bcc37b40e445b4d12aa8945c724f3d072a3d2bf 0.00 MB 12 0
111,667 111,667 0000000000009a670d42685e0a1b81e810808f5f8ce5baee54fcc06a7aed7409 0.01 MB 23 0
111,666 111,666 000000000000c3f613937ef4c14e394e66df73ca1c2f0e4a57a331b70b35818a 0.00 MB 3 0
111,665 111,665 00000000000041b3b8dd85156e2bf51a6b56781768b9f1d94e9484590941b08a 0.00 MB 7 0
111,664 111,664 0000000000010bb4d73031feeed4cd63667b89f6f768c9a7dee02a2665b0f0f1 0.00 MB 1 0
111,663 111,663 000000000000d37a19e93623c475fc64fecc8bfdec3e92a1c192f37290440fa7 0.00 MB 7 0
111,662 111,662 00000000000037c8be61efcfab513cb26c214b49b3b6d72f9d256697a9737000 0.00 MB 2 0
111,661 111,661 00000000000029ed5f944ea4580582a7ff39e99de613ad7b2dd1c54fd05756f2 0.00 MB 6 0
111,660 111,660 0000000000009359e0e9342e294fe62f415316db343305716ba3a4af90074c93 0.00 MB 7 0
111,659 111,659 0000000000006058ef9a04506c3872239d591d71464617c02ef6c0f5f2c5f9e0 0.00 MB 4 0
111,658 111,658 000000000000a3b6f8d1e174a6849a39bf10cc5df6e5c483f3b573f1bc8399bc 0.00 MB 8 443
111,657 111,657 0000000000004b04cba144a51da1ca2cd7968e74f7a1cdc0add51d47970b3077 0.01 MB 21 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.36 GB sent, 93.42 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.