Memory Pool Memory Pool Refreshing

2,344 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,897 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (2,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
905,755 905,755 000000000000000000002ddf6cf540b68c92a6024ae43060b4875bbfff31118a 1.17 MB 1,700 2
905,754 905,754 00000000000000000001930c9a37d571aaeaa3cd7740ab2d53ca837ecb138278 0.36 MB 922 2
905,753 905,753 000000000000000000003536d354d018ad3d740748b104a587e2a08b464b987d 1.69 MB 3,417 1
905,752 905,752 0000000000000000000083a9a8a853007a29f1d98daf3a15ef937228ab0e97d8 1.77 MB 3,230 1
905,751 905,751 00000000000000000001e8216e25efc58f5aa7e996b0f05ca722a7f5e5c0b9de 1.57 MB 3,433 3
905,750 905,750 0000000000000000000140713ef36309d5de28439ce2cabd884f868825b835ab 1.58 MB 3,356 2
905,749 905,749 00000000000000000000d7ee387e37fe06e4e9aed6fc9eb661e7e436bbee483e 1.26 MB 2,847 2
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.