Memory Pool Memory Pool Refreshing

6,120 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,770 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (18,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,570 889,570 0000000000000000000074ecd920f776fc37db915b8bdf0bffa206244cec07db 1.40 MB 1,568 4
889,569 889,569 00000000000000000001d62ec41f6431a6ef200ccb08d07706b115a395cefd7f 1.37 MB 2,043 3
889,568 889,568 00000000000000000001357228b707f1094bfe289dea06396a794209cf9708a1 1.62 MB 3,622 8
889,567 889,567 00000000000000000001c735ccf92f1ffb0c01bf461a49b7674415b43c13cc44 1.80 MB 4,814 2
889,566 889,566 00000000000000000001d040d323b7c73d953e153d92af5c061caa561087002f 1.21 MB 1,222 3
889,565 889,565 000000000000000000002fb63069813df154d7ec78c91e23c5e178ee138096e3 1.48 MB 5,999 4
889,564 889,564 00000000000000000001fafb8df370174b997d9a536e9bd9f164dc464e216f48 1.49 MB 6,056 11
889,563 889,563 00000000000000000000a32666e5569ecc77bb82ab8feb87f9b424e1a0e8e0a5 1.38 MB 4,797 2
889,562 889,562 00000000000000000000ea7cc78a7cc86d428b1d155f713cf185ec5220657404 1.49 MB 5,264 7
889,561 889,561 000000000000000000014321d74f3875f192ae3ee976bc45b0620387165efbd3 1.36 MB 2,111 4
889,560 889,560 00000000000000000001aa0b4978bf3acfb8350b0c0467dd396c8a3d2b5f5743 1.52 MB 1,728 1
889,559 889,559 00000000000000000000cd014e50bcdd8bf3e4b43a8fb9c4affaa1dbd5e45d6a 1.50 MB 1,468 2
889,558 889,558 00000000000000000001e2f2f1c16eded6abb78c7ebdd73359aea7c56bf13679 1.37 MB 2,297 6
889,557 889,557 00000000000000000000d786dc96380acf765c03031d2ae7a6a4b1148fc787f4 1.60 MB 2,431 5
889,556 889,556 00000000000000000001d43e344964d18094078ad27151e553ee0c6e1fb2a6d8 1.65 MB 2,831 8
889,555 889,555 0000000000000000000130a9aac12eea89f8b8bf8e86c674f42beaceb96921a5 1.47 MB 2,897 7
889,554 889,554 000000000000000000016c7066befe2eac77e1496145f0d754f3ad77660473ea 1.42 MB 1,988 6
889,553 889,553 00000000000000000000b060802912265df0eb52afbdacd6a663385a5ab01c04 1.32 MB 774 2
889,552 889,552 00000000000000000000cd2185f38c8b52111f96bf9d7ea7555972f4bd094f9a 1.61 MB 3,255 8
889,551 889,551 000000000000000000023930a4704fc9c33e57c724fdd68f1d4da925dd8b1a06 1.64 MB 3,282 4
889,550 889,550 00000000000000000000a779d2cc6f4073d06fe65292ec78fb19c212903b5d15 1.68 MB 4,121 10
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.36 GB sent, 93.98 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.