Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,016 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,285 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (45,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,943 862,943 000000000000000000001b41bb73341178448cefe45583541edd97055e37e72d 1.81 MB 2,648 5
862,942 862,942 000000000000000000013bbef6ad1faf2b5d2efd4483a236d3ca2a02261186a5 1.52 MB 3,637 6
862,941 862,941 00000000000000000002a7cc74dabdbef08e92c36f53d6f39342030f2d176402 1.63 MB 3,801 8
862,940 862,940 000000000000000000028a78b3b3e8759ead949908bb2b0c95b116883c81ea1c 1.67 MB 4,566 4
862,939 862,939 00000000000000000001e296eee0e075b27b09ff2f1cefd168d8eb32a06558bc 1.36 MB 3,463 2
862,938 862,938 0000000000000000000051d12516d0dcd83330bc042261b032fcc95cc0b68a5b 1.34 MB 2,347 4
862,937 862,937 00000000000000000002efd79032b3f3ee22f8c7c4f13a527929f915eb430293 1.30 MB 1,972 3
862,936 862,936 000000000000000000030066835b0d4abe3b8355074222acefdec8c00322ec79 1.25 MB 1,438 2
862,935 862,935 0000000000000000000007d20e1484761c066a86b116f9db3db75d23e8985c8d 1.66 MB 4,192 4
862,934 862,934 00000000000000000002cbf265f49481e35999953eb24feb7d0146f48371411c 1.60 MB 4,626 5
862,933 862,933 00000000000000000001b10f59f8093b263c32e58fcd8ec9c072be80a44c90e8 1.62 MB 3,450 5
862,932 862,932 00000000000000000002546d0a36603512f570fc82fc4f244ec324e6f0ec46f2 1.54 MB 3,204 5
862,931 862,931 00000000000000000001d132a53fa4005df1374fbd1fab2ea99321d865b92a1b 1.61 MB 4,085 5
862,930 862,930 0000000000000000000293b1e65eff862bd49a7aab3e5f13c9c78b4977905155 1.62 MB 3,664 6
862,929 862,929 00000000000000000000ff797d6be0f13739a70c9bd1e7f151eb4f9009a16796 1.57 MB 2,600 4
862,928 862,928 0000000000000000000320cc6069557364a030e3dd3c3c9c186c90bec0655198 1.72 MB 2,406 4
862,927 862,927 00000000000000000001c00d726d0d61294c4eb5496b7d2cc949579d71dd4b10 1.63 MB 3,743 5
862,926 862,926 00000000000000000002d171f1dc0005eab5f224c0a694f1044cad04390cd426 1.60 MB 3,393 4
862,925 862,925 00000000000000000000e0d9c1e7b72486e6e2355a28ac9b5dd0f6ee37c7ba8f 1.54 MB 3,861 6
862,924 862,924 00000000000000000001a5f41e9e5777e7d4b095670cfceea3ec0d7d48e462f7 1.54 MB 4,892 5
862,923 862,923 0000000000000000000280c0454870f1a5a645b388b025dcd08601f1f6f0cc8f 1.62 MB 3,378 3
Previous 10 blocks ↓
Total Size: 769.57 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,650.09 GB sent, 95.80 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.