Memory Pool Memory Pool Refreshing

9,283 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,741 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (2,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,776 905,776 000000000000000000022961e5f47c22e4c6dc674555601afcb3ce6257ad7138 1.32 MB 2,570 3
905,775 905,775 00000000000000000000f552abbf96cf01a9662e779ea30a6deff8226f86a40f 0.52 MB 949 2
905,774 905,774 0000000000000000000192a18948e96098f69e6a11210f1a66bfd3ced3fa086b 1.71 MB 3,653 1
905,773 905,773 00000000000000000002154985ad433ae1777c41ffb022dbba929d5b1e24a32d 1.53 MB 2,816 6
905,772 905,772 00000000000000000001d81dc09193e24605c73a3494248a0d339ff89bd680ab 1.77 MB 4,811 1
905,771 905,771 0000000000000000000213ea941891b9f3bfc6a855bef33936f02fae3e1d9a78 1.33 MB 2,137 4
905,770 905,770 000000000000000000005c5a79537f556df387f2dea745d856deea66c8ba2566 0.32 MB 491 2
905,769 905,769 0000000000000000000062852d1303bc6238ea5aed93cccefeaf421f75c2f57d 1.72 MB 4,855 1
905,768 905,768 000000000000000000007f66f6b1a3de8f0ba8161863474f6c747a0439b5a4a1 1.74 MB 4,975 1
905,767 905,767 00000000000000000000f9afd019bdc3fc9de50ce0830c61f4c5ffedaedee601 1.77 MB 2,289 2
905,766 905,766 00000000000000000000f2731157f9ae7c26bf019c811bad3e197b7b7ba07b4b 0.01 MB 23 3
905,765 905,765 00000000000000000000e72d9f5df8da22dcab11c047aa9b3b89a28582e305be 0.85 MB 1,975 2
905,764 905,764 000000000000000000005f9966cd78faef2a9b02ffe2ced9d297a5d8321a4879 1.76 MB 4,440 1
905,763 905,763 00000000000000000000652a40f4e6495729956cb136108b010933dbc9fc6100 0.73 MB 1,497 2
905,762 905,762 0000000000000000000105c155392f8de1f665b6027fa328db610269c94e0367 0.59 MB 1,296 2
905,761 905,761 00000000000000000001c7f65202f32fcf9ae5d16d532d198557cc8906cfae52 1.55 MB 2,427 3
905,760 905,760 00000000000000000000fa25fe9b008f686eac2f95325f11340d766e8825e120 1.52 MB 3,548 2
905,759 905,759 000000000000000000014a8fe6eec96330101029199db554d852d67c96c34aa0 0.57 MB 781 1
905,758 905,758 00000000000000000000bc6e409677a81efffe251a185de463e22bc7ba0f3e51 1.37 MB 2,459 2
905,757 905,757 0000000000000000000036ced9894507470d2592836266bba98f5ca5492c8433 1.80 MB 2,262 2
905,756 905,756 000000000000000000009c6cc6ae0108837f5b53543223432adba7ccdff021e5 1.03 MB 1,597 2
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.