Memory Pool Memory Pool Refreshing

12,214 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,218 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (585,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,935 321,935 00000000000000001533f171b7c1c5d41d734e8ce4c6bce03dfbff6a41c5d862 0.13 MB 222 22
321,934 321,934 000000000000000017438c1afdbf096d3b763d7f0368407567377d4eec7de7c6 0.62 MB 503 19
321,933 321,933 00000000000000000e632b6c2683a6daf86e72c63a85207bc795c77834ba2fdd 0.11 MB 60 14
321,932 321,932 000000000000000020c01f4865a1b6dd25a4d6dc56bf96ffcebefc91b52b9608 0.24 MB 301 23
321,931 321,931 000000000000000006731758d3ca40e2c06cfc78a1c107a08f3f95abb4cfb871 0.29 MB 218 17
321,930 321,930 00000000000000001ba9708222100e0bbd2f4f0bb5f97da0089f1ffbddf4228f 0.02 MB 45 27
321,929 321,929 00000000000000001f735a6efdeec7b2b0b06cbfaf82bd17b88c1f85b6654dd2 0.52 MB 433 17
321,928 321,928 0000000000000000008070d8c427a57e2872ff2a49287f399c03edb89c9f2415 0.15 MB 178 20
321,927 321,927 0000000000000000132b3411de15231c74bb28741f668d72bd05b9b62633b459 0.41 MB 823 29
321,926 321,926 000000000000000010c0643f8f4c7e34d81e976885ad197ec6b6d76827e2cd30 0.03 MB 75 24
321,925 321,925 00000000000000000b29a4dfea182580205366b97e6c53502f3a936df8126247 0.10 MB 228 29
321,924 321,924 0000000000000000222cfbbe21fdb816133a50fcb3c87c257fba8eecbd7d7078 0.19 MB 415 31
321,923 321,923 000000000000000004057110eb56747816265792e8673daab600fd7ce02e847f 0.23 MB 403 27
321,922 321,922 00000000000000000f252745b95910f74fb7c04e0a6118260531cd31f2effbd5 0.01 MB 29 32
321,921 321,921 00000000000000001859d8430a8133a295127bb826ad62845ef09640db9e1c00 0.07 MB 150 26
321,920 321,920 0000000000000000029c26bd7f278f8861ec883ec43ac78364b74818d3a71823 0.01 MB 30 28
321,919 321,919 00000000000000001ed61d4b7dd337c8eb1de0f21a0bd310a8733fb35f21991c 0.25 MB 518 43
321,918 321,918 00000000000000001adb8d4f72c2d1a3d1a4997be602439596740d2a54e47eea 0.03 MB 61 17
321,917 321,917 000000000000000022d7d6fda20aeb2500a76bf99ac699a5123a5dd2e06e8d75 0.35 MB 523 24
321,916 321,916 000000000000000009411b1adca37767c23ea50a96ea259d48cb9b069d839001 0.22 MB 406 29
321,915 321,915 00000000000000001b3414988c5971c6645f82b3a071e917cde3889f0b1eb8bd 0.23 MB 430 28
Previous 10 blocks ↓
Total Size: 769.01 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,622.14 GB sent, 92.93 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.